Last active
June 16, 2016 18:54
-
-
Save doublejosh/bd7f295576520b935af462b8a6e37bfe to your computer and use it in GitHub Desktop.
Drupal behavior without indents template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Ensure and setup namespace. | |
| var Tabia = window.Tabia || {}; | |
| (function ($, module) { | |
| // Add utility functions. | |
| module.myFunction = function () { | |
| console.log('Separate files are nice'); | |
| }; | |
| })(jQuery, Tabia.myNamespace = {}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment