app/assets/javascripts/semantic-ui/nag.js in semantic-ui-sass-1.8.1.0 vs app/assets/javascripts/semantic-ui/nag.js in semantic-ui-sass-1.11.4.0
- old
+ new
@@ -1,11 +1,11 @@
-/*
- * # Semantic - Nag
+/*!
+ * # Semantic UI - Nag
* http://github.com/semantic-org/semantic-ui/
*
*
- * Copyright 2014 Contributor
+ * Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
@@ -403,10 +403,10 @@
}
module.invoke(query);
}
else {
if(instance !== undefined) {
- module.destroy();
+ instance.invoke('destroy');
}
module.initialize();
}
})
;