aboutsummaryrefslogtreecommitdiffstats
path: root/src/loader.suffix
diff options
context:
space:
mode:
Diffstat (limited to 'src/loader.suffix')
-rw-r--r--src/loader.suffix20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/loader.suffix b/src/loader.suffix
new file mode 100644
index 00000000..b8a5d43d
--- /dev/null
+++ b/src/loader.suffix
@@ -0,0 +1,20 @@
+)(window);
+
+/**
+ * Closure compiler type information
+ *
+ * @typedef { {
+ * requires: !Array.<string>,
+ * invokeQueue: !Array.<Array.<*>>,
+ *
+ * service: function(string, Function):angular.Module,
+ * factory: function(string, Function):angular.Module,
+ * value: function(string, *):angular.Module,
+ *
+ * filter: function(string, Function):angular.Module,
+ *
+ * init: function(Function):angular.Module
+ * } }
+ */
+angular.Module;
+