dojo-rails 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (646) hide show
  1. data/lib/dojo/rails/version.rb +1 -1
  2. data/lib/dojo/version.rb +2 -2
  3. data/vendor/assets/javascripts/dojo.js +1 -1
  4. data/vendor/assets/javascripts/dojo/AdapterRegistry.js.uncompressed.js +11 -18
  5. data/vendor/assets/javascripts/dojo/Deferred.js +178 -0
  6. data/vendor/assets/javascripts/dojo/Deferred.js.uncompressed.js +314 -0
  7. data/vendor/assets/javascripts/dojo/DeferredList.js.uncompressed.js +4 -6
  8. data/vendor/assets/javascripts/dojo/Evented.js.uncompressed.js +15 -12
  9. data/vendor/assets/javascripts/dojo/LICENSE +1 -1
  10. data/vendor/assets/javascripts/dojo/NodeList-data.js.uncompressed.js +84 -73
  11. data/vendor/assets/javascripts/dojo/NodeList-dom.js +1 -1
  12. data/vendor/assets/javascripts/dojo/NodeList-dom.js.uncompressed.js +121 -66
  13. data/vendor/assets/javascripts/dojo/NodeList-fx.js +28 -27
  14. data/vendor/assets/javascripts/dojo/NodeList-fx.js.uncompressed.js +46 -47
  15. data/vendor/assets/javascripts/dojo/NodeList-html.js.uncompressed.js +19 -21
  16. data/vendor/assets/javascripts/dojo/NodeList-manipulate.js.uncompressed.js +172 -178
  17. data/vendor/assets/javascripts/dojo/NodeList-traverse.js.uncompressed.js +125 -130
  18. data/vendor/assets/javascripts/dojo/NodeList.js +10 -0
  19. data/vendor/assets/javascripts/dojo/NodeList.js.uncompressed.js +6 -0
  20. data/vendor/assets/javascripts/dojo/OpenAjax.js +13 -15
  21. data/vendor/assets/javascripts/dojo/Stateful.js +65 -41
  22. data/vendor/assets/javascripts/dojo/Stateful.js.uncompressed.js +110 -36
  23. data/vendor/assets/javascripts/dojo/_base/Color.js.uncompressed.js +34 -40
  24. data/vendor/assets/javascripts/dojo/_base/Deferred.js +84 -84
  25. data/vendor/assets/javascripts/dojo/_base/Deferred.js.uncompressed.js +57 -74
  26. data/vendor/assets/javascripts/dojo/_base/NodeList.js +2 -3
  27. data/vendor/assets/javascripts/dojo/_base/NodeList.js.uncompressed.js +58 -48
  28. data/vendor/assets/javascripts/dojo/_base/array.js +63 -67
  29. data/vendor/assets/javascripts/dojo/_base/array.js.uncompressed.js +259 -259
  30. data/vendor/assets/javascripts/dojo/_base/browser.js.uncompressed.js +10 -3
  31. data/vendor/assets/javascripts/dojo/_base/config.js.uncompressed.js +85 -72
  32. data/vendor/assets/javascripts/dojo/_base/configFirefoxExtension.js +15 -13
  33. data/vendor/assets/javascripts/dojo/_base/configNode.js +5 -5
  34. data/vendor/assets/javascripts/dojo/_base/configRhino.js +1 -1
  35. data/vendor/assets/javascripts/dojo/_base/configSpidermonkey.js +5 -9
  36. data/vendor/assets/javascripts/dojo/_base/connect.js +1 -1
  37. data/vendor/assets/javascripts/dojo/_base/connect.js.uncompressed.js +177 -203
  38. data/vendor/assets/javascripts/dojo/_base/declare.js +94 -90
  39. data/vendor/assets/javascripts/dojo/_base/declare.js.uncompressed.js +397 -402
  40. data/vendor/assets/javascripts/dojo/_base/event.js +16 -13
  41. data/vendor/assets/javascripts/dojo/_base/event.js.uncompressed.js +41 -33
  42. data/vendor/assets/javascripts/dojo/_base/fx.js +187 -183
  43. data/vendor/assets/javascripts/dojo/_base/fx.js.uncompressed.js +134 -130
  44. data/vendor/assets/javascripts/dojo/_base/html.js.uncompressed.js +14 -11
  45. data/vendor/assets/javascripts/dojo/_base/json.js.uncompressed.js +12 -6
  46. data/vendor/assets/javascripts/dojo/_base/kernel.js +35 -38
  47. data/vendor/assets/javascripts/dojo/_base/kernel.js.uncompressed.js +59 -62
  48. data/vendor/assets/javascripts/dojo/_base/lang.js +99 -98
  49. data/vendor/assets/javascripts/dojo/_base/lang.js.uncompressed.js +435 -537
  50. data/vendor/assets/javascripts/dojo/_base/loader.js +179 -154
  51. data/vendor/assets/javascripts/dojo/_base/loader.js.uncompressed.js +252 -194
  52. data/vendor/assets/javascripts/dojo/_base/query.js +2 -2
  53. data/vendor/assets/javascripts/dojo/_base/query.js.uncompressed.js +12 -2
  54. data/vendor/assets/javascripts/dojo/_base/sniff.js +6 -58
  55. data/vendor/assets/javascripts/dojo/_base/sniff.js.uncompressed.js +60 -151
  56. data/vendor/assets/javascripts/dojo/_base/unload.js +10 -9
  57. data/vendor/assets/javascripts/dojo/_base/unload.js.uncompressed.js +44 -43
  58. data/vendor/assets/javascripts/dojo/_base/url.js.uncompressed.js +1 -3
  59. data/vendor/assets/javascripts/dojo/_base/window.js +32 -35
  60. data/vendor/assets/javascripts/dojo/_base/window.js.uncompressed.js +117 -109
  61. data/vendor/assets/javascripts/dojo/_base/xhr.js +147 -263
  62. data/vendor/assets/javascripts/dojo/_base/xhr.js.uncompressed.js +253 -378
  63. data/vendor/assets/javascripts/dojo/_firebug/firebug.js +459 -458
  64. data/vendor/assets/javascripts/dojo/_firebug/firebug.js.uncompressed.js +39 -31
  65. data/vendor/assets/javascripts/dojo/aspect.js +71 -63
  66. data/vendor/assets/javascripts/dojo/aspect.js.uncompressed.js +111 -99
  67. data/vendor/assets/javascripts/dojo/back.js +11 -10
  68. data/vendor/assets/javascripts/dojo/back.js.uncompressed.js +59 -59
  69. data/vendor/assets/javascripts/dojo/behavior.js +49 -47
  70. data/vendor/assets/javascripts/dojo/behavior.js.uncompressed.js +26 -25
  71. data/vendor/assets/javascripts/dojo/cache.js +1 -1
  72. data/vendor/assets/javascripts/dojo/cache.js.uncompressed.js +2 -4
  73. data/vendor/assets/javascripts/dojo/cldr/monetary.js +13 -12
  74. data/vendor/assets/javascripts/dojo/cldr/monetary.js.uncompressed.js +15 -10
  75. data/vendor/assets/javascripts/dojo/cldr/nls/ar/buddhist.js +1 -1
  76. data/vendor/assets/javascripts/dojo/cldr/nls/ar/buddhist.js.uncompressed.js +85 -70
  77. data/vendor/assets/javascripts/dojo/cldr/nls/ar/currency.js +1 -1
  78. data/vendor/assets/javascripts/dojo/cldr/nls/ar/currency.js.uncompressed.js +6 -6
  79. data/vendor/assets/javascripts/dojo/cldr/nls/ar/gregorian.js +1 -1
  80. data/vendor/assets/javascripts/dojo/cldr/nls/ar/gregorian.js.uncompressed.js +157 -141
  81. data/vendor/assets/javascripts/dojo/cldr/nls/ar/hebrew.js +1 -1
  82. data/vendor/assets/javascripts/dojo/cldr/nls/ar/hebrew.js.uncompressed.js +62 -45
  83. data/vendor/assets/javascripts/dojo/cldr/nls/ar/islamic.js +1 -1
  84. data/vendor/assets/javascripts/dojo/cldr/nls/ar/islamic.js.uncompressed.js +112 -80
  85. data/vendor/assets/javascripts/dojo/cldr/nls/ar/number.js +1 -1
  86. data/vendor/assets/javascripts/dojo/cldr/nls/ar/number.js.uncompressed.js +11 -10
  87. data/vendor/assets/javascripts/dojo/cldr/nls/buddhist.js +1 -1
  88. data/vendor/assets/javascripts/dojo/cldr/nls/buddhist.js.uncompressed.js +110 -109
  89. data/vendor/assets/javascripts/dojo/cldr/nls/ca/currency.js +1 -1
  90. data/vendor/assets/javascripts/dojo/cldr/nls/ca/currency.js.uncompressed.js +6 -6
  91. data/vendor/assets/javascripts/dojo/cldr/nls/ca/gregorian.js +1 -1
  92. data/vendor/assets/javascripts/dojo/cldr/nls/ca/gregorian.js.uncompressed.js +176 -161
  93. data/vendor/assets/javascripts/dojo/cldr/nls/ca/number.js +1 -1
  94. data/vendor/assets/javascripts/dojo/cldr/nls/ca/number.js.uncompressed.js +9 -10
  95. data/vendor/assets/javascripts/dojo/cldr/nls/cs/buddhist.js +8 -0
  96. data/vendor/assets/javascripts/dojo/cldr/nls/cs/buddhist.js.uncompressed.js +170 -0
  97. data/vendor/assets/javascripts/dojo/cldr/nls/cs/currency.js +1 -1
  98. data/vendor/assets/javascripts/dojo/cldr/nls/cs/currency.js.uncompressed.js +9 -9
  99. data/vendor/assets/javascripts/dojo/cldr/nls/cs/gregorian.js +1 -1
  100. data/vendor/assets/javascripts/dojo/cldr/nls/cs/gregorian.js.uncompressed.js +166 -139
  101. data/vendor/assets/javascripts/dojo/cldr/nls/cs/islamic.js +8 -0
  102. data/vendor/assets/javascripts/dojo/cldr/nls/cs/islamic.js.uncompressed.js +99 -0
  103. data/vendor/assets/javascripts/dojo/cldr/nls/cs/number.js +1 -1
  104. data/vendor/assets/javascripts/dojo/cldr/nls/cs/number.js.uncompressed.js +9 -10
  105. data/vendor/assets/javascripts/dojo/cldr/nls/currency.js +1 -1
  106. data/vendor/assets/javascripts/dojo/cldr/nls/currency.js.uncompressed.js +5 -4
  107. data/vendor/assets/javascripts/dojo/cldr/nls/da/buddhist.js +1 -1
  108. data/vendor/assets/javascripts/dojo/cldr/nls/da/buddhist.js.uncompressed.js +91 -89
  109. data/vendor/assets/javascripts/dojo/cldr/nls/da/currency.js +1 -1
  110. data/vendor/assets/javascripts/dojo/cldr/nls/da/currency.js.uncompressed.js +6 -6
  111. data/vendor/assets/javascripts/dojo/cldr/nls/da/gregorian.js +1 -1
  112. data/vendor/assets/javascripts/dojo/cldr/nls/da/gregorian.js.uncompressed.js +174 -156
  113. data/vendor/assets/javascripts/dojo/cldr/nls/da/islamic.js +1 -1
  114. data/vendor/assets/javascripts/dojo/cldr/nls/da/islamic.js.uncompressed.js +60 -56
  115. data/vendor/assets/javascripts/dojo/cldr/nls/da/number.js +1 -1
  116. data/vendor/assets/javascripts/dojo/cldr/nls/da/number.js.uncompressed.js +9 -10
  117. data/vendor/assets/javascripts/dojo/cldr/nls/de/buddhist.js +1 -1
  118. data/vendor/assets/javascripts/dojo/cldr/nls/de/buddhist.js.uncompressed.js +92 -80
  119. data/vendor/assets/javascripts/dojo/cldr/nls/de/currency.js +1 -1
  120. data/vendor/assets/javascripts/dojo/cldr/nls/de/currency.js.uncompressed.js +8 -8
  121. data/vendor/assets/javascripts/dojo/cldr/nls/de/gregorian.js +1 -1
  122. data/vendor/assets/javascripts/dojo/cldr/nls/de/gregorian.js.uncompressed.js +176 -158
  123. data/vendor/assets/javascripts/dojo/cldr/nls/de/islamic.js +1 -1
  124. data/vendor/assets/javascripts/dojo/cldr/nls/de/islamic.js.uncompressed.js +63 -143
  125. data/vendor/assets/javascripts/dojo/cldr/nls/de/number.js +1 -1
  126. data/vendor/assets/javascripts/dojo/cldr/nls/de/number.js.uncompressed.js +9 -10
  127. data/vendor/assets/javascripts/dojo/cldr/nls/el/buddhist.js +1 -1
  128. data/vendor/assets/javascripts/dojo/cldr/nls/el/buddhist.js.uncompressed.js +144 -70
  129. data/vendor/assets/javascripts/dojo/cldr/nls/el/currency.js +1 -1
  130. data/vendor/assets/javascripts/dojo/cldr/nls/el/currency.js.uncompressed.js +6 -5
  131. data/vendor/assets/javascripts/dojo/cldr/nls/el/gregorian.js +1 -1
  132. data/vendor/assets/javascripts/dojo/cldr/nls/el/gregorian.js.uncompressed.js +170 -153
  133. data/vendor/assets/javascripts/dojo/cldr/nls/el/hebrew.js +1 -1
  134. data/vendor/assets/javascripts/dojo/cldr/nls/el/hebrew.js.uncompressed.js +78 -37
  135. data/vendor/assets/javascripts/dojo/cldr/nls/el/number.js +1 -1
  136. data/vendor/assets/javascripts/dojo/cldr/nls/el/number.js.uncompressed.js +9 -9
  137. data/vendor/assets/javascripts/dojo/cldr/nls/en-au/gregorian.js +1 -1
  138. data/vendor/assets/javascripts/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js +15 -8
  139. data/vendor/assets/javascripts/dojo/cldr/nls/en-ca/gregorian.js +1 -1
  140. data/vendor/assets/javascripts/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js +12 -10
  141. data/vendor/assets/javascripts/dojo/cldr/nls/en-gb/buddhist.js +1 -1
  142. data/vendor/assets/javascripts/dojo/cldr/nls/en-gb/buddhist.js.uncompressed.js +69 -64
  143. data/vendor/assets/javascripts/dojo/cldr/nls/en-gb/gregorian.js +1 -1
  144. data/vendor/assets/javascripts/dojo/cldr/nls/en-gb/gregorian.js.uncompressed.js +16 -12
  145. data/vendor/assets/javascripts/dojo/cldr/nls/en-gb/islamic.js +1 -1
  146. data/vendor/assets/javascripts/dojo/cldr/nls/en-gb/islamic.js.uncompressed.js +40 -127
  147. data/vendor/assets/javascripts/dojo/cldr/nls/en/buddhist.js +1 -1
  148. data/vendor/assets/javascripts/dojo/cldr/nls/en/buddhist.js.uncompressed.js +77 -72
  149. data/vendor/assets/javascripts/dojo/cldr/nls/en/currency.js +1 -1
  150. data/vendor/assets/javascripts/dojo/cldr/nls/en/currency.js.uncompressed.js +7 -7
  151. data/vendor/assets/javascripts/dojo/cldr/nls/en/gregorian.js +1 -1
  152. data/vendor/assets/javascripts/dojo/cldr/nls/en/gregorian.js.uncompressed.js +154 -140
  153. data/vendor/assets/javascripts/dojo/cldr/nls/en/islamic.js +1 -1
  154. data/vendor/assets/javascripts/dojo/cldr/nls/en/islamic.js.uncompressed.js +52 -139
  155. data/vendor/assets/javascripts/dojo/cldr/nls/en/number.js +1 -1
  156. data/vendor/assets/javascripts/dojo/cldr/nls/en/number.js.uncompressed.js +9 -11
  157. data/vendor/assets/javascripts/dojo/cldr/nls/es/buddhist.js +1 -1
  158. data/vendor/assets/javascripts/dojo/cldr/nls/es/buddhist.js.uncompressed.js +104 -78
  159. data/vendor/assets/javascripts/dojo/cldr/nls/es/currency.js +1 -1
  160. data/vendor/assets/javascripts/dojo/cldr/nls/es/currency.js.uncompressed.js +8 -7
  161. data/vendor/assets/javascripts/dojo/cldr/nls/es/gregorian.js +1 -1
  162. data/vendor/assets/javascripts/dojo/cldr/nls/es/gregorian.js.uncompressed.js +177 -156
  163. data/vendor/assets/javascripts/dojo/cldr/nls/es/islamic.js +1 -1
  164. data/vendor/assets/javascripts/dojo/cldr/nls/es/islamic.js.uncompressed.js +74 -145
  165. data/vendor/assets/javascripts/dojo/cldr/nls/es/number.js +1 -1
  166. data/vendor/assets/javascripts/dojo/cldr/nls/es/number.js.uncompressed.js +9 -9
  167. data/vendor/assets/javascripts/dojo/cldr/nls/fi/buddhist.js +1 -1
  168. data/vendor/assets/javascripts/dojo/cldr/nls/fi/buddhist.js.uncompressed.js +150 -102
  169. data/vendor/assets/javascripts/dojo/cldr/nls/fi/currency.js +1 -1
  170. data/vendor/assets/javascripts/dojo/cldr/nls/fi/currency.js.uncompressed.js +7 -12
  171. data/vendor/assets/javascripts/dojo/cldr/nls/fi/gregorian.js +1 -1
  172. data/vendor/assets/javascripts/dojo/cldr/nls/fi/gregorian.js.uncompressed.js +163 -144
  173. data/vendor/assets/javascripts/dojo/cldr/nls/fi/hebrew.js +1 -1
  174. data/vendor/assets/javascripts/dojo/cldr/nls/fi/hebrew.js.uncompressed.js +130 -95
  175. data/vendor/assets/javascripts/dojo/cldr/nls/fi/islamic.js +1 -1
  176. data/vendor/assets/javascripts/dojo/cldr/nls/fi/islamic.js.uncompressed.js +119 -83
  177. data/vendor/assets/javascripts/dojo/cldr/nls/fi/number.js +1 -1
  178. data/vendor/assets/javascripts/dojo/cldr/nls/fi/number.js.uncompressed.js +9 -10
  179. data/vendor/assets/javascripts/dojo/cldr/nls/fr-ch/gregorian.js +1 -1
  180. data/vendor/assets/javascripts/dojo/cldr/nls/fr-ch/gregorian.js.uncompressed.js +2 -2
  181. data/vendor/assets/javascripts/dojo/cldr/nls/fr-ch/number.js +1 -1
  182. data/vendor/assets/javascripts/dojo/cldr/nls/fr-ch/number.js.uncompressed.js +2 -2
  183. data/vendor/assets/javascripts/dojo/cldr/nls/fr/buddhist.js +8 -0
  184. data/vendor/assets/javascripts/dojo/cldr/nls/fr/buddhist.js.uncompressed.js +160 -0
  185. data/vendor/assets/javascripts/dojo/cldr/nls/fr/currency.js +1 -1
  186. data/vendor/assets/javascripts/dojo/cldr/nls/fr/currency.js.uncompressed.js +11 -12
  187. data/vendor/assets/javascripts/dojo/cldr/nls/fr/gregorian.js +1 -1
  188. data/vendor/assets/javascripts/dojo/cldr/nls/fr/gregorian.js.uncompressed.js +171 -157
  189. data/vendor/assets/javascripts/dojo/cldr/nls/fr/hebrew.js +8 -0
  190. data/vendor/assets/javascripts/dojo/cldr/nls/fr/hebrew.js.uncompressed.js +139 -0
  191. data/vendor/assets/javascripts/dojo/cldr/nls/fr/islamic.js +8 -0
  192. data/vendor/assets/javascripts/dojo/cldr/nls/fr/islamic.js.uncompressed.js +177 -0
  193. data/vendor/assets/javascripts/dojo/cldr/nls/fr/number.js +1 -1
  194. data/vendor/assets/javascripts/dojo/cldr/nls/fr/number.js.uncompressed.js +9 -10
  195. data/vendor/assets/javascripts/dojo/cldr/nls/gregorian.js +1 -1
  196. data/vendor/assets/javascripts/dojo/cldr/nls/gregorian.js.uncompressed.js +127 -125
  197. data/vendor/assets/javascripts/dojo/cldr/nls/he/currency.js +1 -1
  198. data/vendor/assets/javascripts/dojo/cldr/nls/he/currency.js.uncompressed.js +6 -6
  199. data/vendor/assets/javascripts/dojo/cldr/nls/he/gregorian.js +1 -1
  200. data/vendor/assets/javascripts/dojo/cldr/nls/he/gregorian.js.uncompressed.js +168 -140
  201. data/vendor/assets/javascripts/dojo/cldr/nls/he/hebrew.js +1 -1
  202. data/vendor/assets/javascripts/dojo/cldr/nls/he/hebrew.js.uncompressed.js +83 -40
  203. data/vendor/assets/javascripts/dojo/cldr/nls/he/islamic.js +1 -1
  204. data/vendor/assets/javascripts/dojo/cldr/nls/he/islamic.js.uncompressed.js +56 -40
  205. data/vendor/assets/javascripts/dojo/cldr/nls/he/number.js +1 -1
  206. data/vendor/assets/javascripts/dojo/cldr/nls/he/number.js.uncompressed.js +9 -10
  207. data/vendor/assets/javascripts/dojo/cldr/nls/hebrew.js +1 -1
  208. data/vendor/assets/javascripts/dojo/cldr/nls/hebrew.js.uncompressed.js +138 -132
  209. data/vendor/assets/javascripts/dojo/cldr/nls/hu/buddhist.js +8 -0
  210. data/vendor/assets/javascripts/dojo/cldr/nls/hu/buddhist.js.uncompressed.js +209 -0
  211. data/vendor/assets/javascripts/dojo/cldr/nls/hu/currency.js +1 -1
  212. data/vendor/assets/javascripts/dojo/cldr/nls/hu/currency.js.uncompressed.js +7 -7
  213. data/vendor/assets/javascripts/dojo/cldr/nls/hu/gregorian.js +1 -1
  214. data/vendor/assets/javascripts/dojo/cldr/nls/hu/gregorian.js.uncompressed.js +161 -138
  215. data/vendor/assets/javascripts/dojo/cldr/nls/hu/hebrew.js +8 -0
  216. data/vendor/assets/javascripts/dojo/cldr/nls/hu/hebrew.js.uncompressed.js +187 -0
  217. data/vendor/assets/javascripts/dojo/cldr/nls/hu/islamic.js +8 -0
  218. data/vendor/assets/javascripts/dojo/cldr/nls/hu/islamic.js.uncompressed.js +199 -0
  219. data/vendor/assets/javascripts/dojo/cldr/nls/hu/number.js +1 -1
  220. data/vendor/assets/javascripts/dojo/cldr/nls/hu/number.js.uncompressed.js +8 -9
  221. data/vendor/assets/javascripts/dojo/cldr/nls/islamic.js +1 -1
  222. data/vendor/assets/javascripts/dojo/cldr/nls/islamic.js.uncompressed.js +137 -132
  223. data/vendor/assets/javascripts/dojo/cldr/nls/it/buddhist.js +8 -0
  224. data/vendor/assets/javascripts/dojo/cldr/nls/it/buddhist.js.uncompressed.js +192 -0
  225. data/vendor/assets/javascripts/dojo/cldr/nls/it/currency.js +1 -1
  226. data/vendor/assets/javascripts/dojo/cldr/nls/it/currency.js.uncompressed.js +6 -6
  227. data/vendor/assets/javascripts/dojo/cldr/nls/it/gregorian.js +1 -1
  228. data/vendor/assets/javascripts/dojo/cldr/nls/it/gregorian.js.uncompressed.js +161 -146
  229. data/vendor/assets/javascripts/dojo/cldr/nls/it/islamic.js +8 -0
  230. data/vendor/assets/javascripts/dojo/cldr/nls/it/islamic.js.uncompressed.js +104 -0
  231. data/vendor/assets/javascripts/dojo/cldr/nls/it/number.js +1 -1
  232. data/vendor/assets/javascripts/dojo/cldr/nls/it/number.js.uncompressed.js +9 -3
  233. data/vendor/assets/javascripts/dojo/cldr/nls/ja/buddhist.js +8 -0
  234. data/vendor/assets/javascripts/dojo/cldr/nls/ja/buddhist.js.uncompressed.js +101 -0
  235. data/vendor/assets/javascripts/dojo/cldr/nls/ja/currency.js +1 -1
  236. data/vendor/assets/javascripts/dojo/cldr/nls/ja/currency.js.uncompressed.js +8 -8
  237. data/vendor/assets/javascripts/dojo/cldr/nls/ja/gregorian.js +1 -1
  238. data/vendor/assets/javascripts/dojo/cldr/nls/ja/gregorian.js.uncompressed.js +159 -139
  239. data/vendor/assets/javascripts/dojo/cldr/nls/ja/hebrew.js +8 -0
  240. data/vendor/assets/javascripts/dojo/cldr/nls/ja/hebrew.js.uncompressed.js +168 -0
  241. data/vendor/assets/javascripts/dojo/cldr/nls/ja/islamic.js +8 -0
  242. data/vendor/assets/javascripts/dojo/cldr/nls/ja/islamic.js.uncompressed.js +128 -0
  243. data/vendor/assets/javascripts/dojo/cldr/nls/ja/number.js +1 -1
  244. data/vendor/assets/javascripts/dojo/cldr/nls/ja/number.js.uncompressed.js +5 -3
  245. data/vendor/assets/javascripts/dojo/cldr/nls/ko/buddhist.js +8 -0
  246. data/vendor/assets/javascripts/dojo/cldr/nls/ko/buddhist.js.uncompressed.js +127 -0
  247. data/vendor/assets/javascripts/dojo/cldr/nls/ko/currency.js +1 -1
  248. data/vendor/assets/javascripts/dojo/cldr/nls/ko/currency.js.uncompressed.js +6 -6
  249. data/vendor/assets/javascripts/dojo/cldr/nls/ko/gregorian.js +1 -1
  250. data/vendor/assets/javascripts/dojo/cldr/nls/ko/gregorian.js.uncompressed.js +153 -137
  251. data/vendor/assets/javascripts/dojo/cldr/nls/ko/number.js +1 -1
  252. data/vendor/assets/javascripts/dojo/cldr/nls/ko/number.js.uncompressed.js +9 -10
  253. data/vendor/assets/javascripts/dojo/cldr/nls/nb/buddhist.js +8 -0
  254. data/vendor/assets/javascripts/dojo/cldr/nls/nb/buddhist.js.uncompressed.js +206 -0
  255. data/vendor/assets/javascripts/dojo/cldr/nls/nb/currency.js +1 -1
  256. data/vendor/assets/javascripts/dojo/cldr/nls/nb/currency.js.uncompressed.js +6 -14
  257. data/vendor/assets/javascripts/dojo/cldr/nls/nb/gregorian.js +1 -1
  258. data/vendor/assets/javascripts/dojo/cldr/nls/nb/gregorian.js.uncompressed.js +176 -153
  259. data/vendor/assets/javascripts/dojo/cldr/nls/nb/islamic.js +8 -0
  260. data/vendor/assets/javascripts/dojo/cldr/nls/nb/islamic.js.uncompressed.js +133 -0
  261. data/vendor/assets/javascripts/dojo/cldr/nls/nb/number.js +1 -1
  262. data/vendor/assets/javascripts/dojo/cldr/nls/nb/number.js.uncompressed.js +9 -10
  263. data/vendor/assets/javascripts/dojo/cldr/nls/nl/buddhist.js +8 -0
  264. data/vendor/assets/javascripts/dojo/cldr/nls/nl/buddhist.js.uncompressed.js +133 -0
  265. data/vendor/assets/javascripts/dojo/cldr/nls/nl/currency.js +1 -1
  266. data/vendor/assets/javascripts/dojo/cldr/nls/nl/currency.js.uncompressed.js +6 -6
  267. data/vendor/assets/javascripts/dojo/cldr/nls/nl/gregorian.js +1 -1
  268. data/vendor/assets/javascripts/dojo/cldr/nls/nl/gregorian.js.uncompressed.js +180 -162
  269. data/vendor/assets/javascripts/dojo/cldr/nls/nl/hebrew.js +8 -0
  270. data/vendor/assets/javascripts/dojo/cldr/nls/nl/hebrew.js.uncompressed.js +123 -0
  271. data/vendor/assets/javascripts/dojo/cldr/nls/nl/islamic.js +8 -0
  272. data/vendor/assets/javascripts/dojo/cldr/nls/nl/islamic.js.uncompressed.js +163 -0
  273. data/vendor/assets/javascripts/dojo/cldr/nls/nl/number.js +1 -1
  274. data/vendor/assets/javascripts/dojo/cldr/nls/nl/number.js.uncompressed.js +9 -10
  275. data/vendor/assets/javascripts/dojo/cldr/nls/number.js +1 -1
  276. data/vendor/assets/javascripts/dojo/cldr/nls/number.js.uncompressed.js +17 -19
  277. data/vendor/assets/javascripts/dojo/cldr/nls/pl/buddhist.js +8 -0
  278. data/vendor/assets/javascripts/dojo/cldr/nls/pl/buddhist.js.uncompressed.js +203 -0
  279. data/vendor/assets/javascripts/dojo/cldr/nls/pl/currency.js +1 -1
  280. data/vendor/assets/javascripts/dojo/cldr/nls/pl/currency.js.uncompressed.js +6 -6
  281. data/vendor/assets/javascripts/dojo/cldr/nls/pl/gregorian.js +1 -1
  282. data/vendor/assets/javascripts/dojo/cldr/nls/pl/gregorian.js.uncompressed.js +169 -149
  283. data/vendor/assets/javascripts/dojo/cldr/nls/pl/hebrew.js +8 -0
  284. data/vendor/assets/javascripts/dojo/cldr/nls/pl/hebrew.js.uncompressed.js +166 -0
  285. data/vendor/assets/javascripts/dojo/cldr/nls/pl/islamic.js +8 -0
  286. data/vendor/assets/javascripts/dojo/cldr/nls/pl/islamic.js.uncompressed.js +196 -0
  287. data/vendor/assets/javascripts/dojo/cldr/nls/pl/number.js +1 -1
  288. data/vendor/assets/javascripts/dojo/cldr/nls/pl/number.js.uncompressed.js +9 -10
  289. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/buddhist.js +8 -0
  290. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/buddhist.js.uncompressed.js +127 -0
  291. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/currency.js +8 -0
  292. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/currency.js.uncompressed.js +8 -0
  293. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/gregorian.js +1 -1
  294. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/gregorian.js.uncompressed.js +78 -62
  295. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/islamic.js +8 -0
  296. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/islamic.js.uncompressed.js +82 -0
  297. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/number.js +1 -1
  298. data/vendor/assets/javascripts/dojo/cldr/nls/pt-pt/number.js.uncompressed.js +3 -2
  299. data/vendor/assets/javascripts/dojo/cldr/nls/pt/buddhist.js +8 -0
  300. data/vendor/assets/javascripts/dojo/cldr/nls/pt/buddhist.js.uncompressed.js +130 -0
  301. data/vendor/assets/javascripts/dojo/cldr/nls/pt/currency.js +1 -1
  302. data/vendor/assets/javascripts/dojo/cldr/nls/pt/currency.js.uncompressed.js +6 -6
  303. data/vendor/assets/javascripts/dojo/cldr/nls/pt/gregorian.js +1 -1
  304. data/vendor/assets/javascripts/dojo/cldr/nls/pt/gregorian.js.uncompressed.js +185 -166
  305. data/vendor/assets/javascripts/dojo/cldr/nls/pt/hebrew.js +8 -0
  306. data/vendor/assets/javascripts/dojo/cldr/nls/pt/hebrew.js.uncompressed.js +137 -0
  307. data/vendor/assets/javascripts/dojo/cldr/nls/pt/islamic.js +8 -0
  308. data/vendor/assets/javascripts/dojo/cldr/nls/pt/islamic.js.uncompressed.js +101 -0
  309. data/vendor/assets/javascripts/dojo/cldr/nls/pt/number.js +1 -1
  310. data/vendor/assets/javascripts/dojo/cldr/nls/pt/number.js.uncompressed.js +9 -10
  311. data/vendor/assets/javascripts/dojo/cldr/nls/ro/buddhist.js +1 -1
  312. data/vendor/assets/javascripts/dojo/cldr/nls/ro/buddhist.js.uncompressed.js +148 -62
  313. data/vendor/assets/javascripts/dojo/cldr/nls/ro/currency.js +1 -1
  314. data/vendor/assets/javascripts/dojo/cldr/nls/ro/currency.js.uncompressed.js +6 -5
  315. data/vendor/assets/javascripts/dojo/cldr/nls/ro/gregorian.js +1 -1
  316. data/vendor/assets/javascripts/dojo/cldr/nls/ro/gregorian.js.uncompressed.js +170 -159
  317. data/vendor/assets/javascripts/dojo/cldr/nls/ro/hebrew.js +8 -0
  318. data/vendor/assets/javascripts/dojo/cldr/nls/ro/hebrew.js.uncompressed.js +169 -0
  319. data/vendor/assets/javascripts/dojo/cldr/nls/ro/islamic.js +8 -0
  320. data/vendor/assets/javascripts/dojo/cldr/nls/ro/islamic.js.uncompressed.js +117 -0
  321. data/vendor/assets/javascripts/dojo/cldr/nls/ro/number.js +1 -1
  322. data/vendor/assets/javascripts/dojo/cldr/nls/ro/number.js.uncompressed.js +9 -10
  323. data/vendor/assets/javascripts/dojo/cldr/nls/ru/buddhist.js +8 -0
  324. data/vendor/assets/javascripts/dojo/cldr/nls/ru/buddhist.js.uncompressed.js +203 -0
  325. data/vendor/assets/javascripts/dojo/cldr/nls/ru/currency.js +1 -1
  326. data/vendor/assets/javascripts/dojo/cldr/nls/ru/currency.js.uncompressed.js +7 -6
  327. data/vendor/assets/javascripts/dojo/cldr/nls/ru/gregorian.js +1 -1
  328. data/vendor/assets/javascripts/dojo/cldr/nls/ru/gregorian.js.uncompressed.js +184 -155
  329. data/vendor/assets/javascripts/dojo/cldr/nls/ru/hebrew.js +8 -0
  330. data/vendor/assets/javascripts/dojo/cldr/nls/ru/hebrew.js.uncompressed.js +169 -0
  331. data/vendor/assets/javascripts/dojo/cldr/nls/ru/islamic.js +8 -0
  332. data/vendor/assets/javascripts/dojo/cldr/nls/ru/islamic.js.uncompressed.js +197 -0
  333. data/vendor/assets/javascripts/dojo/cldr/nls/ru/number.js +1 -1
  334. data/vendor/assets/javascripts/dojo/cldr/nls/ru/number.js.uncompressed.js +10 -10
  335. data/vendor/assets/javascripts/dojo/cldr/nls/sk/currency.js +1 -1
  336. data/vendor/assets/javascripts/dojo/cldr/nls/sk/currency.js.uncompressed.js +7 -7
  337. data/vendor/assets/javascripts/dojo/cldr/nls/sk/gregorian.js +1 -1
  338. data/vendor/assets/javascripts/dojo/cldr/nls/sk/gregorian.js.uncompressed.js +172 -148
  339. data/vendor/assets/javascripts/dojo/cldr/nls/sk/number.js +1 -1
  340. data/vendor/assets/javascripts/dojo/cldr/nls/sk/number.js.uncompressed.js +5 -2
  341. data/vendor/assets/javascripts/dojo/cldr/nls/sl/currency.js +1 -1
  342. data/vendor/assets/javascripts/dojo/cldr/nls/sl/currency.js.uncompressed.js +7 -7
  343. data/vendor/assets/javascripts/dojo/cldr/nls/sl/gregorian.js +1 -1
  344. data/vendor/assets/javascripts/dojo/cldr/nls/sl/gregorian.js.uncompressed.js +157 -134
  345. data/vendor/assets/javascripts/dojo/cldr/nls/sl/number.js +1 -1
  346. data/vendor/assets/javascripts/dojo/cldr/nls/sl/number.js.uncompressed.js +9 -10
  347. data/vendor/assets/javascripts/dojo/cldr/nls/sv/buddhist.js +8 -0
  348. data/vendor/assets/javascripts/dojo/cldr/nls/sv/buddhist.js.uncompressed.js +209 -0
  349. data/vendor/assets/javascripts/dojo/cldr/nls/sv/currency.js +1 -1
  350. data/vendor/assets/javascripts/dojo/cldr/nls/sv/currency.js.uncompressed.js +7 -9
  351. data/vendor/assets/javascripts/dojo/cldr/nls/sv/gregorian.js +1 -1
  352. data/vendor/assets/javascripts/dojo/cldr/nls/sv/gregorian.js.uncompressed.js +164 -152
  353. data/vendor/assets/javascripts/dojo/cldr/nls/sv/hebrew.js +8 -0
  354. data/vendor/assets/javascripts/dojo/cldr/nls/sv/hebrew.js.uncompressed.js +167 -0
  355. data/vendor/assets/javascripts/dojo/cldr/nls/sv/islamic.js +8 -0
  356. data/vendor/assets/javascripts/dojo/cldr/nls/sv/islamic.js.uncompressed.js +189 -0
  357. data/vendor/assets/javascripts/dojo/cldr/nls/sv/number.js +1 -1
  358. data/vendor/assets/javascripts/dojo/cldr/nls/sv/number.js.uncompressed.js +9 -10
  359. data/vendor/assets/javascripts/dojo/cldr/nls/th/buddhist.js +1 -1
  360. data/vendor/assets/javascripts/dojo/cldr/nls/th/buddhist.js.uncompressed.js +91 -65
  361. data/vendor/assets/javascripts/dojo/cldr/nls/th/currency.js +1 -1
  362. data/vendor/assets/javascripts/dojo/cldr/nls/th/currency.js.uncompressed.js +7 -7
  363. data/vendor/assets/javascripts/dojo/cldr/nls/th/gregorian.js +1 -1
  364. data/vendor/assets/javascripts/dojo/cldr/nls/th/gregorian.js.uncompressed.js +161 -138
  365. data/vendor/assets/javascripts/dojo/cldr/nls/th/hebrew.js +8 -0
  366. data/vendor/assets/javascripts/dojo/cldr/nls/th/hebrew.js.uncompressed.js +139 -0
  367. data/vendor/assets/javascripts/dojo/cldr/nls/th/islamic.js +8 -0
  368. data/vendor/assets/javascripts/dojo/cldr/nls/th/islamic.js.uncompressed.js +134 -0
  369. data/vendor/assets/javascripts/dojo/cldr/nls/th/number.js +1 -1
  370. data/vendor/assets/javascripts/dojo/cldr/nls/th/number.js.uncompressed.js +9 -10
  371. data/vendor/assets/javascripts/dojo/cldr/nls/tr/buddhist.js +8 -0
  372. data/vendor/assets/javascripts/dojo/cldr/nls/tr/buddhist.js.uncompressed.js +203 -0
  373. data/vendor/assets/javascripts/dojo/cldr/nls/tr/currency.js +1 -1
  374. data/vendor/assets/javascripts/dojo/cldr/nls/tr/currency.js.uncompressed.js +8 -8
  375. data/vendor/assets/javascripts/dojo/cldr/nls/tr/gregorian.js +1 -1
  376. data/vendor/assets/javascripts/dojo/cldr/nls/tr/gregorian.js.uncompressed.js +160 -146
  377. data/vendor/assets/javascripts/dojo/cldr/nls/tr/hebrew.js +8 -0
  378. data/vendor/assets/javascripts/dojo/cldr/nls/tr/hebrew.js.uncompressed.js +161 -0
  379. data/vendor/assets/javascripts/dojo/cldr/nls/tr/islamic.js +8 -0
  380. data/vendor/assets/javascripts/dojo/cldr/nls/tr/islamic.js.uncompressed.js +181 -0
  381. data/vendor/assets/javascripts/dojo/cldr/nls/tr/number.js +1 -1
  382. data/vendor/assets/javascripts/dojo/cldr/nls/tr/number.js.uncompressed.js +9 -10
  383. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/buddhist.js +1 -1
  384. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/buddhist.js.uncompressed.js +141 -95
  385. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/currency.js +1 -1
  386. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/currency.js.uncompressed.js +7 -6
  387. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/gregorian.js +1 -1
  388. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/gregorian.js.uncompressed.js +144 -146
  389. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/hebrew.js +8 -0
  390. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/hebrew.js.uncompressed.js +182 -0
  391. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/islamic.js +1 -1
  392. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/islamic.js.uncompressed.js +153 -54
  393. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/number.js +1 -1
  394. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hant/number.js.uncompressed.js +2 -0
  395. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hk/currency.js +1 -1
  396. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hk/currency.js.uncompressed.js +6 -6
  397. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hk/gregorian.js +1 -1
  398. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hk/gregorian.js.uncompressed.js +34 -37
  399. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hk/number.js +1 -1
  400. data/vendor/assets/javascripts/dojo/cldr/nls/zh-hk/number.js.uncompressed.js +1 -1
  401. data/vendor/assets/javascripts/dojo/cldr/nls/zh-tw/currency.js +1 -1
  402. data/vendor/assets/javascripts/dojo/cldr/nls/zh-tw/currency.js.uncompressed.js +5 -4
  403. data/vendor/assets/javascripts/dojo/cldr/nls/zh-tw/gregorian.js +1 -1
  404. data/vendor/assets/javascripts/dojo/cldr/nls/zh-tw/gregorian.js.uncompressed.js +51 -49
  405. data/vendor/assets/javascripts/dojo/cldr/nls/zh-tw/number.js +8 -0
  406. data/vendor/assets/javascripts/dojo/cldr/nls/zh-tw/number.js.uncompressed.js +7 -0
  407. data/vendor/assets/javascripts/dojo/cldr/nls/zh/buddhist.js +8 -0
  408. data/vendor/assets/javascripts/dojo/cldr/nls/zh/buddhist.js.uncompressed.js +205 -0
  409. data/vendor/assets/javascripts/dojo/cldr/nls/zh/currency.js +1 -1
  410. data/vendor/assets/javascripts/dojo/cldr/nls/zh/currency.js.uncompressed.js +6 -6
  411. data/vendor/assets/javascripts/dojo/cldr/nls/zh/gregorian.js +1 -1
  412. data/vendor/assets/javascripts/dojo/cldr/nls/zh/gregorian.js.uncompressed.js +152 -135
  413. data/vendor/assets/javascripts/dojo/cldr/nls/zh/hebrew.js +8 -0
  414. data/vendor/assets/javascripts/dojo/cldr/nls/zh/hebrew.js.uncompressed.js +181 -0
  415. data/vendor/assets/javascripts/dojo/cldr/nls/zh/islamic.js +8 -0
  416. data/vendor/assets/javascripts/dojo/cldr/nls/zh/islamic.js.uncompressed.js +137 -0
  417. data/vendor/assets/javascripts/dojo/cldr/nls/zh/number.js +1 -1
  418. data/vendor/assets/javascripts/dojo/cldr/nls/zh/number.js.uncompressed.js +4 -3
  419. data/vendor/assets/javascripts/dojo/cldr/supplemental.js +25 -28
  420. data/vendor/assets/javascripts/dojo/cldr/supplemental.js.uncompressed.js +46 -39
  421. data/vendor/assets/javascripts/dojo/colors.js +2 -1
  422. data/vendor/assets/javascripts/dojo/colors.js.uncompressed.js +22 -22
  423. data/vendor/assets/javascripts/dojo/cookie.js.uncompressed.js +30 -30
  424. data/vendor/assets/javascripts/dojo/currency.js +14 -13
  425. data/vendor/assets/javascripts/dojo/currency.js.uncompressed.js +64 -66
  426. data/vendor/assets/javascripts/dojo/data/ItemFileReadStore.js +138 -138
  427. data/vendor/assets/javascripts/dojo/data/ItemFileReadStore.js.uncompressed.js +251 -245
  428. data/vendor/assets/javascripts/dojo/data/ItemFileWriteStore.js +1 -1
  429. data/vendor/assets/javascripts/dojo/data/ItemFileWriteStore.js.uncompressed.js +80 -69
  430. data/vendor/assets/javascripts/dojo/data/ObjectStore.js +176 -169
  431. data/vendor/assets/javascripts/dojo/data/ObjectStore.js.uncompressed.js +122 -83
  432. data/vendor/assets/javascripts/dojo/data/api/Identity.js +6 -7
  433. data/vendor/assets/javascripts/dojo/data/api/Identity.js.uncompressed.js +35 -33
  434. data/vendor/assets/javascripts/dojo/data/api/Item.js +10 -0
  435. data/vendor/assets/javascripts/dojo/data/api/Item.js.uncompressed.js +13 -0
  436. data/vendor/assets/javascripts/dojo/data/api/Notification.js +5 -6
  437. data/vendor/assets/javascripts/dojo/data/api/Notification.js.uncompressed.js +39 -51
  438. data/vendor/assets/javascripts/dojo/data/api/Read.js +2 -3
  439. data/vendor/assets/javascripts/dojo/data/api/Read.js.uncompressed.js +85 -84
  440. data/vendor/assets/javascripts/dojo/data/api/Request.js +2 -3
  441. data/vendor/assets/javascripts/dojo/data/api/Request.js.uncompressed.js +10 -13
  442. data/vendor/assets/javascripts/dojo/data/api/Write.js +9 -10
  443. data/vendor/assets/javascripts/dojo/data/api/Write.js.uncompressed.js +28 -43
  444. data/vendor/assets/javascripts/dojo/data/util/filter.js +3 -2
  445. data/vendor/assets/javascripts/dojo/data/util/filter.js.uncompressed.js +19 -16
  446. data/vendor/assets/javascripts/dojo/data/util/simpleFetch.js +37 -40
  447. data/vendor/assets/javascripts/dojo/data/util/simpleFetch.js.uncompressed.js +202 -57
  448. data/vendor/assets/javascripts/dojo/data/util/sorter.js +3 -2
  449. data/vendor/assets/javascripts/dojo/data/util/sorter.js.uncompressed.js +16 -16
  450. data/vendor/assets/javascripts/dojo/date.js +106 -105
  451. data/vendor/assets/javascripts/dojo/date.js.uncompressed.js +46 -47
  452. data/vendor/assets/javascripts/dojo/date/locale.js +196 -183
  453. data/vendor/assets/javascripts/dojo/date/locale.js.uncompressed.js +105 -81
  454. data/vendor/assets/javascripts/dojo/date/stamp.js +10 -9
  455. data/vendor/assets/javascripts/dojo/date/stamp.js.uncompressed.js +40 -42
  456. data/vendor/assets/javascripts/dojo/dnd/AutoSource.js +2 -2
  457. data/vendor/assets/javascripts/dojo/dnd/AutoSource.js.uncompressed.js +3 -4
  458. data/vendor/assets/javascripts/dojo/dnd/Avatar.js +32 -30
  459. data/vendor/assets/javascripts/dojo/dnd/Avatar.js.uncompressed.js +45 -34
  460. data/vendor/assets/javascripts/dojo/dnd/Container.js +99 -96
  461. data/vendor/assets/javascripts/dojo/dnd/Container.js.uncompressed.js +123 -99
  462. data/vendor/assets/javascripts/dojo/dnd/Manager.js +58 -52
  463. data/vendor/assets/javascripts/dojo/dnd/Manager.js.uncompressed.js +52 -42
  464. data/vendor/assets/javascripts/dojo/dnd/Moveable.js +41 -39
  465. data/vendor/assets/javascripts/dojo/dnd/Moveable.js.uncompressed.js +72 -60
  466. data/vendor/assets/javascripts/dojo/dnd/Mover.js +19 -17
  467. data/vendor/assets/javascripts/dojo/dnd/Mover.js.uncompressed.js +37 -32
  468. data/vendor/assets/javascripts/dojo/dnd/Selector.js +52 -50
  469. data/vendor/assets/javascripts/dojo/dnd/Selector.js.uncompressed.js +51 -46
  470. data/vendor/assets/javascripts/dojo/dnd/Source.js +109 -106
  471. data/vendor/assets/javascripts/dojo/dnd/Source.js.uncompressed.js +60 -67
  472. data/vendor/assets/javascripts/dojo/dnd/Target.js +3 -3
  473. data/vendor/assets/javascripts/dojo/dnd/Target.js.uncompressed.js +7 -7
  474. data/vendor/assets/javascripts/dojo/dnd/TimedMoveable.js +19 -20
  475. data/vendor/assets/javascripts/dojo/dnd/TimedMoveable.js.uncompressed.js +9 -14
  476. data/vendor/assets/javascripts/dojo/dnd/autoscroll.js +48 -39
  477. data/vendor/assets/javascripts/dojo/dnd/autoscroll.js.uncompressed.js +77 -46
  478. data/vendor/assets/javascripts/dojo/dnd/common.js +11 -10
  479. data/vendor/assets/javascripts/dojo/dnd/common.js.uncompressed.js +19 -13
  480. data/vendor/assets/javascripts/dojo/dnd/move.js +31 -34
  481. data/vendor/assets/javascripts/dojo/dnd/move.js.uncompressed.js +31 -27
  482. data/vendor/assets/javascripts/dojo/dojo.js +12 -1869
  483. data/vendor/assets/javascripts/dojo/dojo.js.uncompressed.js +7168 -5874
  484. data/vendor/assets/javascripts/dojo/dojo.profile.js +6 -6
  485. data/vendor/assets/javascripts/dojo/dom-attr.js +30 -31
  486. data/vendor/assets/javascripts/dojo/dom-attr.js.uncompressed.js +71 -89
  487. data/vendor/assets/javascripts/dojo/dom-class.js.uncompressed.js +161 -155
  488. data/vendor/assets/javascripts/dojo/dom-construct.js +1 -1
  489. data/vendor/assets/javascripts/dojo/dom-construct.js.uncompressed.js +159 -202
  490. data/vendor/assets/javascripts/dojo/dom-form.js.uncompressed.js +60 -77
  491. data/vendor/assets/javascripts/dojo/dom-geometry.js +43 -45
  492. data/vendor/assets/javascripts/dojo/dom-geometry.js.uncompressed.js +257 -403
  493. data/vendor/assets/javascripts/dojo/dom-prop.js +36 -37
  494. data/vendor/assets/javascripts/dojo/dom-prop.js.uncompressed.js +33 -42
  495. data/vendor/assets/javascripts/dojo/dom-style.js +2 -2
  496. data/vendor/assets/javascripts/dojo/dom-style.js.uncompressed.js +127 -142
  497. data/vendor/assets/javascripts/dojo/dom.js +3 -1
  498. data/vendor/assets/javascripts/dojo/dom.js.uncompressed.js +77 -85
  499. data/vendor/assets/javascripts/dojo/domReady.js +2 -2
  500. data/vendor/assets/javascripts/dojo/domReady.js.uncompressed.js +4 -2
  501. data/vendor/assets/javascripts/dojo/errors/CancelError.js +10 -0
  502. data/vendor/assets/javascripts/dojo/errors/CancelError.js.uncompressed.js +13 -0
  503. data/vendor/assets/javascripts/dojo/errors/RequestError.js +12 -0
  504. data/vendor/assets/javascripts/dojo/errors/RequestError.js.uncompressed.js +15 -0
  505. data/vendor/assets/javascripts/dojo/errors/RequestTimeoutError.js +10 -0
  506. data/vendor/assets/javascripts/dojo/errors/RequestTimeoutError.js.uncompressed.js +15 -0
  507. data/vendor/assets/javascripts/dojo/errors/create.js +36 -0
  508. data/vendor/assets/javascripts/dojo/errors/create.js.uncompressed.js +41 -0
  509. data/vendor/assets/javascripts/dojo/fx.js.uncompressed.js +27 -34
  510. data/vendor/assets/javascripts/dojo/fx/Toggler.js.uncompressed.js +9 -11
  511. data/vendor/assets/javascripts/dojo/fx/easing.js.uncompressed.js +7 -15
  512. data/vendor/assets/javascripts/dojo/gears.js +10 -9
  513. data/vendor/assets/javascripts/dojo/gears.js.uncompressed.js +18 -14
  514. data/vendor/assets/javascripts/dojo/has.js +35 -35
  515. data/vendor/assets/javascripts/dojo/has.js.uncompressed.js +55 -60
  516. data/vendor/assets/javascripts/dojo/hash.js +74 -74
  517. data/vendor/assets/javascripts/dojo/hash.js.uncompressed.js +62 -49
  518. data/vendor/assets/javascripts/dojo/hccss.js +23 -0
  519. data/vendor/assets/javascripts/dojo/hccss.js.uncompressed.js +51 -0
  520. data/vendor/assets/javascripts/dojo/html.js +81 -64
  521. data/vendor/assets/javascripts/dojo/html.js.uncompressed.js +107 -76
  522. data/vendor/assets/javascripts/dojo/i18n.js +155 -139
  523. data/vendor/assets/javascripts/dojo/i18n.js.uncompressed.js +234 -198
  524. data/vendor/assets/javascripts/dojo/io-query.js +28 -30
  525. data/vendor/assets/javascripts/dojo/io-query.js.uncompressed.js +14 -15
  526. data/vendor/assets/javascripts/dojo/io/iframe.js +49 -207
  527. data/vendor/assets/javascripts/dojo/io/iframe.js.uncompressed.js +127 -313
  528. data/vendor/assets/javascripts/dojo/io/script.js +60 -84
  529. data/vendor/assets/javascripts/dojo/io/script.js.uncompressed.js +121 -128
  530. data/vendor/assets/javascripts/dojo/jaxer.js +2 -1
  531. data/vendor/assets/javascripts/dojo/jaxer.js.uncompressed.js +2 -4
  532. data/vendor/assets/javascripts/dojo/json.js +2 -0
  533. data/vendor/assets/javascripts/dojo/json.js.uncompressed.js +38 -35
  534. data/vendor/assets/javascripts/dojo/keys.js +2 -2
  535. data/vendor/assets/javascripts/dojo/keys.js.uncompressed.js +73 -76
  536. data/vendor/assets/javascripts/dojo/main.js +10 -10
  537. data/vendor/assets/javascripts/dojo/main.js.uncompressed.js +13 -11
  538. data/vendor/assets/javascripts/dojo/mouse.js +25 -4
  539. data/vendor/assets/javascripts/dojo/mouse.js.uncompressed.js +78 -34
  540. data/vendor/assets/javascripts/dojo/nls/az/colors.js.uncompressed.js +2 -4
  541. data/vendor/assets/javascripts/dojo/nls/colors.js.uncompressed.js +1 -1
  542. data/vendor/assets/javascripts/dojo/nls/he/colors.js.uncompressed.js +2 -5
  543. data/vendor/assets/javascripts/dojo/nls/hr/colors.js +1 -1
  544. data/vendor/assets/javascripts/dojo/nls/hr/colors.js.uncompressed.js +149 -149
  545. data/vendor/assets/javascripts/dojo/nls/sl/colors.js +1 -1
  546. data/vendor/assets/javascripts/dojo/nls/sl/colors.js.uncompressed.js +7 -7
  547. data/vendor/assets/javascripts/dojo/node.js +18 -0
  548. data/vendor/assets/javascripts/dojo/node.js.uncompressed.js +27 -0
  549. data/vendor/assets/javascripts/dojo/number.js +38 -37
  550. data/vendor/assets/javascripts/dojo/number.js.uncompressed.js +94 -122
  551. data/vendor/assets/javascripts/dojo/on.js +146 -116
  552. data/vendor/assets/javascripts/dojo/on.js.uncompressed.js +135 -92
  553. data/vendor/assets/javascripts/dojo/package.json +1 -1
  554. data/vendor/assets/javascripts/dojo/parser.js +325 -200
  555. data/vendor/assets/javascripts/dojo/parser.js.uncompressed.js +677 -406
  556. data/vendor/assets/javascripts/dojo/promise/Promise.js +37 -0
  557. data/vendor/assets/javascripts/dojo/promise/Promise.js.uncompressed.js +133 -0
  558. data/vendor/assets/javascripts/dojo/promise/all.js +60 -0
  559. data/vendor/assets/javascripts/dojo/promise/all.js.uncompressed.js +76 -0
  560. data/vendor/assets/javascripts/dojo/promise/first.js +34 -0
  561. data/vendor/assets/javascripts/dojo/promise/first.js.uncompressed.js +49 -0
  562. data/vendor/assets/javascripts/dojo/promise/instrumentation.js +86 -0
  563. data/vendor/assets/javascripts/dojo/promise/instrumentation.js.uncompressed.js +103 -0
  564. data/vendor/assets/javascripts/dojo/promise/tracer.js +37 -0
  565. data/vendor/assets/javascripts/dojo/promise/tracer.js.uncompressed.js +85 -0
  566. data/vendor/assets/javascripts/dojo/query.js +8 -8
  567. data/vendor/assets/javascripts/dojo/query.js.uncompressed.js +206 -214
  568. data/vendor/assets/javascripts/dojo/ready.js +1 -7
  569. data/vendor/assets/javascripts/dojo/ready.js.uncompressed.js +31 -33
  570. data/vendor/assets/javascripts/dojo/regexp.js +14 -13
  571. data/vendor/assets/javascripts/dojo/regexp.js.uncompressed.js +15 -18
  572. data/vendor/assets/javascripts/dojo/request.js +10 -0
  573. data/vendor/assets/javascripts/dojo/request.js.uncompressed.js +75 -0
  574. data/vendor/assets/javascripts/dojo/request/default.js +28 -0
  575. data/vendor/assets/javascripts/dojo/request/default.js.uncompressed.js +32 -0
  576. data/vendor/assets/javascripts/dojo/request/handlers.js +47 -0
  577. data/vendor/assets/javascripts/dojo/request/handlers.js.uncompressed.js +62 -0
  578. data/vendor/assets/javascripts/dojo/request/iframe.js +290 -0
  579. data/vendor/assets/javascripts/dojo/request/iframe.js.uncompressed.js +429 -0
  580. data/vendor/assets/javascripts/dojo/request/node.js +81 -0
  581. data/vendor/assets/javascripts/dojo/request/node.js.uncompressed.js +188 -0
  582. data/vendor/assets/javascripts/dojo/request/notify.js +38 -0
  583. data/vendor/assets/javascripts/dojo/request/notify.js.uncompressed.js +73 -0
  584. data/vendor/assets/javascripts/dojo/request/registry.js +68 -0
  585. data/vendor/assets/javascripts/dojo/request/registry.js.uncompressed.js +85 -0
  586. data/vendor/assets/javascripts/dojo/request/script.js +111 -0
  587. data/vendor/assets/javascripts/dojo/request/script.js.uncompressed.js +211 -0
  588. data/vendor/assets/javascripts/dojo/request/util.js +113 -0
  589. data/vendor/assets/javascripts/dojo/request/util.js.uncompressed.js +145 -0
  590. data/vendor/assets/javascripts/dojo/request/watch.js +73 -0
  591. data/vendor/assets/javascripts/dojo/request/watch.js.uncompressed.js +109 -0
  592. data/vendor/assets/javascripts/dojo/request/xhr.js +184 -0
  593. data/vendor/assets/javascripts/dojo/request/xhr.js.uncompressed.js +317 -0
  594. data/vendor/assets/javascripts/dojo/resources/dnd.css +3 -3
  595. data/vendor/assets/javascripts/dojo/router.js +10 -0
  596. data/vendor/assets/javascripts/dojo/router.js.uncompressed.js +28 -0
  597. data/vendor/assets/javascripts/dojo/router/RouterBase.js +160 -0
  598. data/vendor/assets/javascripts/dojo/router/RouterBase.js.uncompressed.js +350 -0
  599. data/vendor/assets/javascripts/dojo/rpc/JsonService.js +20 -21
  600. data/vendor/assets/javascripts/dojo/rpc/JsonService.js.uncompressed.js +29 -27
  601. data/vendor/assets/javascripts/dojo/rpc/JsonpService.js +14 -15
  602. data/vendor/assets/javascripts/dojo/rpc/JsonpService.js.uncompressed.js +28 -29
  603. data/vendor/assets/javascripts/dojo/rpc/RpcService.js +50 -51
  604. data/vendor/assets/javascripts/dojo/rpc/RpcService.js.uncompressed.js +39 -36
  605. data/vendor/assets/javascripts/dojo/selector/_loader.js.uncompressed.js +4 -2
  606. data/vendor/assets/javascripts/dojo/selector/acme.js +442 -408
  607. data/vendor/assets/javascripts/dojo/selector/acme.js.uncompressed.js +160 -147
  608. data/vendor/assets/javascripts/dojo/selector/lite.js +136 -127
  609. data/vendor/assets/javascripts/dojo/selector/lite.js.uncompressed.js +62 -43
  610. data/vendor/assets/javascripts/dojo/sniff.js +41 -0
  611. data/vendor/assets/javascripts/dojo/sniff.js.uncompressed.js +70 -0
  612. data/vendor/assets/javascripts/dojo/store/Cache.js +7 -6
  613. data/vendor/assets/javascripts/dojo/store/Cache.js.uncompressed.js +48 -51
  614. data/vendor/assets/javascripts/dojo/store/DataStore.js +88 -65
  615. data/vendor/assets/javascripts/dojo/store/DataStore.js.uncompressed.js +48 -16
  616. data/vendor/assets/javascripts/dojo/store/JsonRest.js +44 -40
  617. data/vendor/assets/javascripts/dojo/store/JsonRest.js.uncompressed.js +74 -40
  618. data/vendor/assets/javascripts/dojo/store/Memory.js +30 -29
  619. data/vendor/assets/javascripts/dojo/store/Memory.js.uncompressed.js +40 -37
  620. data/vendor/assets/javascripts/dojo/store/Observable.js +90 -79
  621. data/vendor/assets/javascripts/dojo/store/Observable.js.uncompressed.js +35 -23
  622. data/vendor/assets/javascripts/dojo/store/README +5 -9
  623. data/vendor/assets/javascripts/dojo/store/api/Store.js +12 -24
  624. data/vendor/assets/javascripts/dojo/store/api/Store.js.uncompressed.js +31 -41
  625. data/vendor/assets/javascripts/dojo/store/util/QueryResults.js +4 -4
  626. data/vendor/assets/javascripts/dojo/store/util/QueryResults.js.uncompressed.js +13 -14
  627. data/vendor/assets/javascripts/dojo/store/util/SimpleQueryEngine.js +11 -10
  628. data/vendor/assets/javascripts/dojo/store/util/SimpleQueryEngine.js.uncompressed.js +18 -16
  629. data/vendor/assets/javascripts/dojo/string.js +23 -22
  630. data/vendor/assets/javascripts/dojo/string.js.uncompressed.js +38 -38
  631. data/vendor/assets/javascripts/dojo/text.js +50 -50
  632. data/vendor/assets/javascripts/dojo/text.js.uncompressed.js +129 -127
  633. data/vendor/assets/javascripts/dojo/topic.js.uncompressed.js +17 -12
  634. data/vendor/assets/javascripts/dojo/touch.js +35 -7
  635. data/vendor/assets/javascripts/dojo/touch.js.uncompressed.js +146 -34
  636. data/vendor/assets/javascripts/dojo/uacss.js +1 -1
  637. data/vendor/assets/javascripts/dojo/uacss.js.uncompressed.js +19 -10
  638. data/vendor/assets/javascripts/dojo/when.js +31 -0
  639. data/vendor/assets/javascripts/dojo/when.js.uncompressed.js +55 -0
  640. data/vendor/assets/javascripts/dojo/window.js +26 -27
  641. data/vendor/assets/javascripts/dojo/window.js.uncompressed.js +160 -161
  642. metadata +152 -6
  643. data/Gemfile +0 -4
  644. data/LICENSE +0 -22
  645. data/Rakefile +0 -3
  646. data/vendor/assets/javascripts/dojo/resources/_modules.js +0 -36
@@ -5,35 +5,36 @@
5
5
  */
6
6
 
7
7
  //>>built
8
- define("dojo/NodeList-fx",["dojo/_base/NodeList","./_base/lang","./_base/connect","./_base/fx","./fx"],function(_1,_2,_3,_4,_5){
9
- _2.extend(_1,{_anim:function(_6,_7,_8){
10
- _8=_8||{};
11
- var a=_5.combine(this.map(function(_9){
12
- var _a={node:_9};
13
- _2.mixin(_a,_8);
14
- return _6[_7](_a);
8
+ define("dojo/NodeList-fx",["./query","./_base/lang","./_base/connect","./_base/fx","./fx"],function(_1,_2,_3,_4,_5){
9
+ var _6=_1.NodeList;
10
+ _2.extend(_6,{_anim:function(_7,_8,_9){
11
+ _9=_9||{};
12
+ var a=_5.combine(this.map(function(_a){
13
+ var _b={node:_a};
14
+ _2.mixin(_b,_9);
15
+ return _7[_8](_b);
15
16
  }));
16
- return _8.auto?a.play()&&this:a;
17
- },wipeIn:function(_b){
18
- return this._anim(_5,"wipeIn",_b);
19
- },wipeOut:function(_c){
20
- return this._anim(_5,"wipeOut",_c);
21
- },slideTo:function(_d){
22
- return this._anim(_5,"slideTo",_d);
23
- },fadeIn:function(_e){
24
- return this._anim(_4,"fadeIn",_e);
25
- },fadeOut:function(_f){
26
- return this._anim(_4,"fadeOut",_f);
27
- },animateProperty:function(_10){
28
- return this._anim(_4,"animateProperty",_10);
29
- },anim:function(_11,_12,_13,_14,_15){
30
- var _16=_5.combine(this.map(function(_17){
31
- return _4.animateProperty({node:_17,properties:_11,duration:_12||350,easing:_13});
17
+ return _9.auto?a.play()&&this:a;
18
+ },wipeIn:function(_c){
19
+ return this._anim(_5,"wipeIn",_c);
20
+ },wipeOut:function(_d){
21
+ return this._anim(_5,"wipeOut",_d);
22
+ },slideTo:function(_e){
23
+ return this._anim(_5,"slideTo",_e);
24
+ },fadeIn:function(_f){
25
+ return this._anim(_4,"fadeIn",_f);
26
+ },fadeOut:function(_10){
27
+ return this._anim(_4,"fadeOut",_10);
28
+ },animateProperty:function(_11){
29
+ return this._anim(_4,"animateProperty",_11);
30
+ },anim:function(_12,_13,_14,_15,_16){
31
+ var _17=_5.combine(this.map(function(_18){
32
+ return _4.animateProperty({node:_18,properties:_12,duration:_13||350,easing:_14});
32
33
  }));
33
- if(_14){
34
- _3.connect(_16,"onEnd",_14);
34
+ if(_15){
35
+ _3.connect(_17,"onEnd",_15);
35
36
  }
36
- return _16.play(_15||0);
37
+ return _17.play(_16||0);
37
38
  }});
38
- return _1;
39
+ return _6;
39
40
  });
@@ -1,20 +1,19 @@
1
- define("dojo/NodeList-fx", ["dojo/_base/NodeList", "./_base/lang", "./_base/connect", "./_base/fx", "./fx"],
2
- function(NodeList, lang, connectLib, baseFx, coreFx) {
3
- // module:
4
- // dojo/NodeList-fx
5
- // summary:
6
- // TODOC
1
+ define("dojo/NodeList-fx", ["./query", "./_base/lang", "./_base/connect", "./_base/fx", "./fx"],
2
+ function(query, lang, connectLib, baseFx, coreFx){
3
+
4
+ // module:
5
+ // dojo/NodeList-fx
7
6
 
8
7
  /*=====
9
- dojo["NodeList-fx"] = {
10
- // summary: Adds dojo.fx animation support to dojo.query() by extending the NodeList class
8
+ return function(){
9
+ // summary:
10
+ // Adds dojo.fx animation support to dojo.query() by extending the NodeList class
11
11
  // with additional FX functions. NodeList is the array-like object used to hold query results.
12
12
  };
13
-
14
- // doc alias helpers:
15
- NodeList = dojo.NodeList;
16
13
  =====*/
17
14
 
15
+ var NodeList = query.NodeList;
16
+
18
17
  lang.extend(NodeList, {
19
18
  _anim: function(obj, method, args){
20
19
  args = args||{};
@@ -25,21 +24,21 @@ lang.extend(NodeList, {
25
24
  return obj[method](tmpArgs);
26
25
  })
27
26
  );
28
- return args.auto ? a.play() && this : a; // dojo.Animation|dojo.NodeList
27
+ return args.auto ? a.play() && this : a; // dojo/_base/fx.Animation|dojo/NodeList
29
28
  },
30
29
 
31
30
  wipeIn: function(args){
32
31
  // summary:
33
- // wipe in all elements of this NodeList via `dojo.fx.wipeIn`
32
+ // wipe in all elements of this NodeList via `dojo/fx.wipeIn()`
34
33
  //
35
34
  // args: Object?
36
- // Additional dojo.Animation arguments to mix into this set with the addition of
35
+ // Additional dojo/_base/fx.Animation arguments to mix into this set with the addition of
37
36
  // an `auto` parameter.
38
37
  //
39
- // returns: dojo.Animation|dojo.NodeList
38
+ // returns: dojo/_base/fx.Animation|dojo/NodeList
40
39
  // A special args member `auto` can be passed to automatically play the animation.
41
- // If args.auto is present, the original dojo.NodeList will be returned for further
42
- // chaining. Otherwise the dojo.Animation instance is returned and must be .play()'ed
40
+ // If args.auto is present, the original dojo/NodeList will be returned for further
41
+ // chaining. Otherwise the dojo/_base/fx.Animation instance is returned and must be .play()'ed
43
42
  //
44
43
  // example:
45
44
  // Fade in all tables with class "blah":
@@ -49,40 +48,40 @@ lang.extend(NodeList, {
49
48
  // Utilizing `auto` to get the NodeList back:
50
49
  // | dojo.query(".titles").wipeIn({ auto:true }).onclick(someFunction);
51
50
  //
52
- return this._anim(coreFx, "wipeIn", args); // dojo.Animation|dojo.NodeList
51
+ return this._anim(coreFx, "wipeIn", args); // dojo/_base/fx.Animation|dojo/NodeList
53
52
  },
54
53
 
55
54
  wipeOut: function(args){
56
55
  // summary:
57
- // wipe out all elements of this NodeList via `dojo.fx.wipeOut`
56
+ // wipe out all elements of this NodeList via `dojo/fx.wipeOut()`
58
57
  //
59
58
  // args: Object?
60
- // Additional dojo.Animation arguments to mix into this set with the addition of
59
+ // Additional dojo/_base/fx.Animation arguments to mix into this set with the addition of
61
60
  // an `auto` parameter.
62
61
  //
63
- // returns: dojo.Animation|dojo.NodeList
62
+ // returns: dojo/_base/fx.Animation|dojo/NodeList
64
63
  // A special args member `auto` can be passed to automatically play the animation.
65
- // If args.auto is present, the original dojo.NodeList will be returned for further
66
- // chaining. Otherwise the dojo.Animation instance is returned and must be .play()'ed
64
+ // If args.auto is present, the original dojo/NodeList will be returned for further
65
+ // chaining. Otherwise the dojo/_base/fx.Animation instance is returned and must be .play()'ed
67
66
  //
68
67
  // example:
69
68
  // Wipe out all tables with class "blah":
70
69
  // | dojo.query("table.blah").wipeOut().play();
71
- return this._anim(coreFx, "wipeOut", args); // dojo.Animation|dojo.NodeList
70
+ return this._anim(coreFx, "wipeOut", args); // dojo/_base/fx.Animation|dojo/NodeList
72
71
  },
73
72
 
74
73
  slideTo: function(args){
75
74
  // summary:
76
- // slide all elements of the node list to the specified place via `dojo.fx.slideTo`
75
+ // slide all elements of the node list to the specified place via `dojo/fx.slideTo()`
77
76
  //
78
77
  // args: Object?
79
- // Additional dojo.Animation arguments to mix into this set with the addition of
78
+ // Additional dojo/_base/fx.Animation arguments to mix into this set with the addition of
80
79
  // an `auto` parameter.
81
80
  //
82
- // returns: dojo.Animation|dojo.NodeList
81
+ // returns: dojo/_base/fx.Animation|dojo/NodeList
83
82
  // A special args member `auto` can be passed to automatically play the animation.
84
- // If args.auto is present, the original dojo.NodeList will be returned for further
85
- // chaining. Otherwise the dojo.Animation instance is returned and must be .play()'ed
83
+ // If args.auto is present, the original dojo/NodeList will be returned for further
84
+ // chaining. Otherwise the dojo/_base/fx.Animation instance is returned and must be .play()'ed
86
85
  //
87
86
  // example:
88
87
  // | Move all tables with class "blah" to 300/300:
@@ -90,7 +89,7 @@ lang.extend(NodeList, {
90
89
  // | left: 40,
91
90
  // | top: 50
92
91
  // | }).play();
93
- return this._anim(coreFx, "slideTo", args); // dojo.Animation|dojo.NodeList
92
+ return this._anim(coreFx, "slideTo", args); // dojo/_base/fx.Animation|dojo/NodeList
94
93
  },
95
94
 
96
95
 
@@ -99,18 +98,18 @@ lang.extend(NodeList, {
99
98
  // fade in all elements of this NodeList via `dojo.fadeIn`
100
99
  //
101
100
  // args: Object?
102
- // Additional dojo.Animation arguments to mix into this set with the addition of
101
+ // Additional dojo/_base/fx.Animation arguments to mix into this set with the addition of
103
102
  // an `auto` parameter.
104
103
  //
105
- // returns: dojo.Animation|dojo.NodeList
104
+ // returns: dojo/_base/fx.Animation|dojo/NodeList
106
105
  // A special args member `auto` can be passed to automatically play the animation.
107
- // If args.auto is present, the original dojo.NodeList will be returned for further
108
- // chaining. Otherwise the dojo.Animation instance is returned and must be .play()'ed
106
+ // If args.auto is present, the original dojo/NodeList will be returned for further
107
+ // chaining. Otherwise the dojo/_base/fx.Animation instance is returned and must be .play()'ed
109
108
  //
110
109
  // example:
111
110
  // Fade in all tables with class "blah":
112
111
  // | dojo.query("table.blah").fadeIn().play();
113
- return this._anim(baseFx, "fadeIn", args); // dojo.Animation|dojo.NodeList
112
+ return this._anim(baseFx, "fadeIn", args); // dojo/_base/fx.Animation|dojo/NodeList
114
113
  },
115
114
 
116
115
  fadeOut: function(args){
@@ -118,13 +117,13 @@ lang.extend(NodeList, {
118
117
  // fade out all elements of this NodeList via `dojo.fadeOut`
119
118
  //
120
119
  // args: Object?
121
- // Additional dojo.Animation arguments to mix into this set with the addition of
120
+ // Additional dojo/_base/fx.Animation arguments to mix into this set with the addition of
122
121
  // an `auto` parameter.
123
122
  //
124
- // returns: dojo.Animation|dojo.NodeList
123
+ // returns: dojo/_base/fx.Animation|dojo/NodeList
125
124
  // A special args member `auto` can be passed to automatically play the animation.
126
- // If args.auto is present, the original dojo.NodeList will be returned for further
127
- // chaining. Otherwise the dojo.Animation instance is returned and must be .play()'ed
125
+ // If args.auto is present, the original dojo/NodeList will be returned for further
126
+ // chaining. Otherwise the dojo/_base/fx.Animation instance is returned and must be .play()'ed
128
127
  //
129
128
  // example:
130
129
  // Fade out all elements with class "zork":
@@ -138,7 +137,7 @@ lang.extend(NodeList, {
138
137
  // Using `auto`:
139
138
  // | dojo.query("li").fadeOut({ auto:true }).filter(filterFn).forEach(doit);
140
139
  //
141
- return this._anim(baseFx, "fadeOut", args); // dojo.Animation|dojo.NodeList
140
+ return this._anim(baseFx, "fadeOut", args); // dojo/_base/fx.Animation|dojo/NodeList
142
141
  },
143
142
 
144
143
  animateProperty: function(args){
@@ -147,13 +146,13 @@ lang.extend(NodeList, {
147
146
  // syntax identical to `dojo.animateProperty`
148
147
  //
149
148
  // args: Object?
150
- // Additional dojo.Animation arguments to mix into this set with the addition of
149
+ // Additional dojo/_base/fx.Animation arguments to mix into this set with the addition of
151
150
  // an `auto` parameter.
152
151
  //
153
- // returns: dojo.Animation|dojo.NodeList
152
+ // returns: dojo/_base/fx.Animation|dojo/NodeList
154
153
  // A special args member `auto` can be passed to automatically play the animation.
155
- // If args.auto is present, the original dojo.NodeList will be returned for further
156
- // chaining. Otherwise the dojo.Animation instance is returned and must be .play()'ed
154
+ // If args.auto is present, the original dojo/NodeList will be returned for further
155
+ // chaining. Otherwise the dojo/_base/fx.Animation instance is returned and must be .play()'ed
157
156
  //
158
157
  // example:
159
158
  // | dojo.query(".zork").animateProperty({
@@ -164,14 +163,14 @@ lang.extend(NodeList, {
164
163
  // | }
165
164
  // | }).play();
166
165
  //
167
- // example:
166
+ // example:
168
167
  // | dojo.query(".grue").animateProperty({
169
168
  // | auto:true,
170
169
  // | properties: {
171
170
  // | height:240
172
171
  // | }
173
172
  // | }).onclick(handler);
174
- return this._anim(baseFx, "animateProperty", args); // dojo.Animation|dojo.NodeList
173
+ return this._anim(baseFx, "animateProperty", args); // dojo/_base/fx.Animation|dojo/NodeList
175
174
  },
176
175
 
177
176
  anim: function( /*Object*/ properties,
@@ -214,7 +213,7 @@ lang.extend(NodeList, {
214
213
  if(onEnd){
215
214
  connectLib.connect(canim, "onEnd", onEnd);
216
215
  }
217
- return canim.play(delay||0); // dojo.Animation
216
+ return canim.play(delay||0); // dojo/_base/fx.Animation
218
217
  }
219
218
  });
220
219
 
@@ -1,38 +1,36 @@
1
- define("dojo/NodeList-html", ["./query", "./_base/lang", "./html"], function(query, lang, html) {
2
- // module:
3
- // dojo/NodeList-html
4
- // summary:
5
- // TODOC
1
+ define("dojo/NodeList-html", ["./query", "./_base/lang", "./html"], function(query, lang, html){
6
2
 
7
- var NodeList = query.NodeList;
3
+ // module:
4
+ // dojo/NodeList-html
8
5
 
9
6
  /*=====
10
- dojo["NodeList-html"] = {
11
- // summary: Adds a chainable html method to dojo.query() / Nodelist instances for setting/replacing node content
7
+ return function(){
8
+ // summary:
9
+ // Adds a chainable html method to dojo.query() / NodeList instances for setting/replacing node content
12
10
  };
13
-
14
- // doc helper aliases:
15
- NodeList = dojo.NodeList;
16
11
  =====*/
17
12
 
13
+ var NodeList = query.NodeList;
14
+
15
+
18
16
  lang.extend(NodeList, {
19
17
  html: function(/* String|DomNode|NodeList? */ content, /* Object? */params){
20
- // summary:
21
- // see `dojo.html.set()`. Set the content of all elements of this NodeList
18
+ // summary:
19
+ // see `dojo/html.set()`. Set the content of all elements of this NodeList
22
20
  //
23
- // content:
21
+ // content:
24
22
  // An html string, node or enumerable list of nodes for insertion into the dom
25
23
  //
26
- // params:
27
- // Optional flags/properties to configure the content-setting. See dojo.html._ContentSetter
24
+ // params:
25
+ // Optional flags/properties to configure the content-setting. See dojo/html._ContentSetter
28
26
  //
29
- // description:
30
- // Based around `dojo.html.set()`, set the content of the Elements in a
27
+ // description:
28
+ // Based around `dojo/html.set()`, set the content of the Elements in a
31
29
  // NodeList to the given content (string/node/nodelist), with optional arguments
32
30
  // to further tune the set content behavior.
33
31
  //
34
- // example:
35
- // | dojo.query(".thingList").html("<li dojoType='dojo.dnd.Moveable'>1</li><li dojoType='dojo.dnd.Moveable'>2</li><li dojoType='dojo.dnd.Moveable'>3</li>",
32
+ // example:
33
+ // | query(".thingList").html("<li data-dojo-type='dojo/dnd/Moveable'>1</li><li data-dojo-type='dojo/dnd/Moveable'>2</li><li data-dojo-type='dojo/dnd/Moveable'>3</li>",
36
34
  // | {
37
35
  // | parseContent: true,
38
36
  // | onBegin: function(){
@@ -47,7 +45,7 @@ lang.extend(NodeList, {
47
45
  dhs.set(content);
48
46
  dhs.tearDown();
49
47
  });
50
- return this; // dojo.NodeList
48
+ return this; // dojo/NodeList
51
49
  }
52
50
  });
53
51
 
@@ -1,29 +1,25 @@
1
- define("dojo/NodeList-manipulate", ["./query", "./_base/lang", "./_base/array", "./dom-construct", "./NodeList-dom"], function(dquery, lang, array, construct) {
1
+ define("dojo/NodeList-manipulate", ["./query", "./_base/lang", "./_base/array", "./dom-construct", "./NodeList-dom"], function(dquery, lang, array, construct){
2
2
  // module:
3
3
  // dojo/NodeList-manipulate
4
- // summary:
5
- // TODOC
6
4
 
7
- var NodeList = dquery.NodeList;
8
-
9
- /*=====
10
- dojo["NodeList-manipulate"] = {
11
- // summary: Adds a chainable methods to dojo.query() / Nodelist instances for manipulating HTML
12
- // and DOM nodes and their properties.
13
- };
5
+ /*=====
6
+ return function(){
7
+ // summary:
8
+ // Adds chainable methods to dojo.query() / NodeList instances for manipulating HTML
9
+ // and DOM nodes and their properties.
10
+ };
11
+ =====*/
14
12
 
15
- // doc alias helpers:
16
- NodeList = dojo.NodeList;
17
- =====*/
13
+ var NodeList = dquery.NodeList;
18
14
 
19
- //TODO: add a way to parse for widgets in the injected markup?
15
+ //TODO: add a way to parse for widgets in the injected markup?
20
16
 
21
17
  function getText(/*DOMNode*/node){
22
18
  // summary:
23
- // recursion method for text() to use. Gets text value for a node.
19
+ // recursion method for text() to use. Gets text value for a node.
24
20
  // description:
25
- // Juse uses nodedValue so things like <br/> tags do not end up in
26
- // the text as any sort of line return.
21
+ // Juse uses nodedValue so things like <br/> tags do not end up in
22
+ // the text as any sort of line return.
27
23
  var text = "", ch = node.childNodes;
28
24
  for(var i = 0, n; n = ch[i]; i++){
29
25
  //Skip comments.
@@ -40,7 +36,7 @@ NodeList = dojo.NodeList;
40
36
 
41
37
  function getWrapInsertion(/*DOMNode*/node){
42
38
  // summary:
43
- // finds the innermost element to use for wrap insertion.
39
+ // finds the innermost element to use for wrap insertion.
44
40
 
45
41
  //Make it easy, assume single nesting, no siblings.
46
42
  while(node.childNodes[0] && node.childNodes[0].nodeType == 1){
@@ -51,7 +47,7 @@ NodeList = dojo.NodeList;
51
47
 
52
48
  function makeWrapNode(/*DOMNode||String*/html, /*DOMNode*/refNode){
53
49
  // summary:
54
- // convert HTML into nodes if it is not already a node.
50
+ // convert HTML into nodes if it is not already a node.
55
51
  if(typeof html == "string"){
56
52
  html = construct.toDom(html, (refNode && refNode.ownerDocument));
57
53
  if(html.nodeType == 11){
@@ -68,9 +64,9 @@ NodeList = dojo.NodeList;
68
64
  lang.extend(NodeList, {
69
65
  _placeMultiple: function(/*String||Node||NodeList*/query, /*String*/position){
70
66
  // summary:
71
- // private method for inserting queried nodes into all nodes in this NodeList
72
- // at different positions. Differs from NodeList.place because it will clone
73
- // the nodes in this NodeList if the query matches more than one element.
67
+ // private method for inserting queried nodes into all nodes in this NodeList
68
+ // at different positions. Differs from NodeList.place because it will clone
69
+ // the nodes in this NodeList if the query matches more than one element.
74
70
  var nl2 = typeof query == "string" || query.nodeType ? dquery(query) : query;
75
71
  var toAdd = [];
76
72
  for(var i = 0; i < nl2.length; i++){
@@ -102,42 +98,42 @@ NodeList = dojo.NodeList;
102
98
  Array.prototype.splice.apply(this, toAdd);
103
99
  }
104
100
 
105
- return this; //dojo.NodeList
101
+ return this; // dojo/NodeList
106
102
  },
107
103
 
108
- innerHTML: function(/*String?||DOMNode?|NodeList?*/value){
104
+ innerHTML: function(/*String|DOMNode|NodeList?*/ value){
109
105
  // summary:
110
- // allows setting the innerHTML of each node in the NodeList,
111
- // if there is a value passed in, otherwise, reads the innerHTML value of the first node.
106
+ // allows setting the innerHTML of each node in the NodeList,
107
+ // if there is a value passed in, otherwise, reads the innerHTML value of the first node.
112
108
  // description:
113
- // This method is simpler than the dojo.NodeList.html() method provided by
114
- // `dojo.NodeList-html`. This method just does proper innerHTML insertion of HTML fragments,
115
- // and it allows for the innerHTML to be read for the first node in the node list.
116
- // Since dojo.NodeList-html already took the "html" name, this method is called
117
- // "innerHTML". However, if dojo.NodeList-html has not been loaded yet, this
118
- // module will define an "html" method that can be used instead. Be careful if you
119
- // are working in an environment where it is possible that dojo.NodeList-html could
120
- // have been loaded, since its definition of "html" will take precedence.
121
- // The nodes represented by the value argument will be cloned if more than one
122
- // node is in this NodeList. The nodes in this NodeList are returned in the "set"
123
- // usage of this method, not the HTML that was inserted.
124
- // returns:
109
+ // This method is simpler than the dojo/NodeList.html() method provided by
110
+ // `dojo/NodeList-html`. This method just does proper innerHTML insertion of HTML fragments,
111
+ // and it allows for the innerHTML to be read for the first node in the node list.
112
+ // Since dojo/NodeList-html already took the "html" name, this method is called
113
+ // "innerHTML". However, if dojo/NodeList-html has not been loaded yet, this
114
+ // module will define an "html" method that can be used instead. Be careful if you
115
+ // are working in an environment where it is possible that dojo/NodeList-html could
116
+ // have been loaded, since its definition of "html" will take precedence.
117
+ // The nodes represented by the value argument will be cloned if more than one
118
+ // node is in this NodeList. The nodes in this NodeList are returned in the "set"
119
+ // usage of this method, not the HTML that was inserted.
120
+ // returns:
125
121
  // if no value is passed, the result is String, the innerHTML of the first node.
126
- // If a value is passed, the return is this dojo.NodeList
127
- // example:
122
+ // If a value is passed, the return is this dojo/NodeList
123
+ // example:
128
124
  // assume a DOM created by this markup:
129
125
  // | <div id="foo"></div>
130
126
  // | <div id="bar"></div>
131
- // This code inserts <p>Hello World</p> into both divs:
127
+ // This code inserts `<p>Hello World</p>` into both divs:
132
128
  // | dojo.query("div").innerHTML("<p>Hello World</p>");
133
- // example:
129
+ // example:
134
130
  // assume a DOM created by this markup:
135
131
  // | <div id="foo"><p>Hello Mars</p></div>
136
132
  // | <div id="bar"><p>Hello World</p></div>
137
- // This code returns "<p>Hello Mars</p>":
133
+ // This code returns `<p>Hello Mars</p>`:
138
134
  // | var message = dojo.query("div").innerHTML();
139
135
  if(arguments.length){
140
- return this.addContent(value, "only"); //dojo.NodeList
136
+ return this.addContent(value, "only"); // dojo/NodeList
141
137
  }else{
142
138
  return this[0].innerHTML; //String
143
139
  }
@@ -147,44 +143,43 @@ NodeList = dojo.NodeList;
147
143
  html: function(value){
148
144
  // summary:
149
145
  // see the information for "innerHTML". "html" is an alias for "innerHTML", but is
150
- // only defined if dojo.NodeList-html has not been loaded.
146
+ // only defined if dojo/NodeList-html has not been loaded.
151
147
  // description:
152
- // An alias for the "innerHTML" method, but only defined if there is not an existing
153
- // "html" method on dojo.NodeList. Be careful if you are working in an environment
154
- // where it is possible that dojo.NodeList-html could have been loaded, since its
155
- // definition of "html" will take precedence. If you are not sure if dojo.NodeList-html
156
- // could be loaded, use the "innerHTML" method.
157
- // value: String?||DOMNode?||NodeList?
158
- // optional. The HTML fragment to use as innerHTML. If value is not passed, then the innerHTML
159
- // of the first element in this NodeList is returned.
160
- // returns:
148
+ // An alias for the "innerHTML" method, but only defined if there is not an existing
149
+ // "html" method on dojo/NodeList. Be careful if you are working in an environment
150
+ // where it is possible that dojo/NodeList-html could have been loaded, since its
151
+ // definition of "html" will take precedence. If you are not sure if dojo/NodeList-html
152
+ // could be loaded, use the "innerHTML" method.
153
+ // value: String|DOMNode|NodeList?
154
+ // The HTML fragment to use as innerHTML. If value is not passed, then the innerHTML
155
+ // of the first element in this NodeList is returned.
156
+ // returns:
161
157
  // if no value is passed, the result is String, the innerHTML of the first node.
162
- // If a value is passed, the return is this dojo.NodeList
163
- return; // dojo.NodeList
164
- return; // String
158
+ // If a value is passed, the return is this dojo/NodeList
159
+ return; // dojo/NodeList|String
165
160
  },
166
161
  =====*/
167
162
 
168
163
  text: function(/*String*/value){
169
164
  // summary:
170
- // allows setting the text value of each node in the NodeList,
171
- // if there is a value passed in, otherwise, returns the text value for all the
172
- // nodes in the NodeList in one string.
173
- // example:
165
+ // allows setting the text value of each node in the NodeList,
166
+ // if there is a value passed in, otherwise, returns the text value for all the
167
+ // nodes in the NodeList in one string.
168
+ // example:
174
169
  // assume a DOM created by this markup:
175
170
  // | <div id="foo"></div>
176
171
  // | <div id="bar"></div>
177
172
  // This code inserts "Hello World" into both divs:
178
173
  // | dojo.query("div").text("Hello World");
179
- // example:
174
+ // example:
180
175
  // assume a DOM created by this markup:
181
176
  // | <div id="foo"><p>Hello Mars <span>today</span></p></div>
182
177
  // | <div id="bar"><p>Hello World</p></div>
183
178
  // This code returns "Hello Mars today":
184
179
  // | var message = dojo.query("div").text();
185
- // returns:
180
+ // returns:
186
181
  // if no value is passed, the result is String, the text value of the first node.
187
- // If a value is passed, the return is this dojo.NodeList
182
+ // If a value is passed, the return is this dojo/NodeList
188
183
  if(arguments.length){
189
184
  for(var i = 0, node; node = this[i]; i++){
190
185
  if(node.nodeType == 1){
@@ -192,7 +187,7 @@ NodeList = dojo.NodeList;
192
187
  node.appendChild(node.ownerDocument.createTextNode(value));
193
188
  }
194
189
  }
195
- return this; //dojo.NodeList
190
+ return this; // dojo/NodeList
196
191
  }else{
197
192
  var result = "";
198
193
  for(i = 0; node = this[i]; i++){
@@ -204,15 +199,15 @@ NodeList = dojo.NodeList;
204
199
 
205
200
  val: function(/*String||Array*/value){
206
201
  // summary:
207
- // If a value is passed, allows seting the value property of form elements in this
208
- // NodeList, or properly selecting/checking the right value for radio/checkbox/select
209
- // elements. If no value is passed, the value of the first node in this NodeList
210
- // is returned.
211
- // returns:
202
+ // If a value is passed, allows seting the value property of form elements in this
203
+ // NodeList, or properly selecting/checking the right value for radio/checkbox/select
204
+ // elements. If no value is passed, the value of the first node in this NodeList
205
+ // is returned.
206
+ // returns:
212
207
  // if no value is passed, the result is String or an Array, for the value of the
213
208
  // first node.
214
- // If a value is passed, the return is this dojo.NodeList
215
- // example:
209
+ // If a value is passed, the return is this dojo/NodeList
210
+ // example:
216
211
  // assume a DOM created by this markup:
217
212
  // | <input type="text" value="foo">
218
213
  // | <select multiple>
@@ -250,7 +245,7 @@ NodeList = dojo.NodeList;
250
245
  node.value = newValue;
251
246
  }
252
247
  }
253
- return this; //dojo.NodeList
248
+ return this; // dojo/NodeList
254
249
  }else{
255
250
  //node already declared above.
256
251
  node = this[0];
@@ -281,15 +276,15 @@ NodeList = dojo.NodeList;
281
276
 
282
277
  append: function(/*String||DOMNode||NodeList*/content){
283
278
  // summary:
284
- // appends the content to every node in the NodeList.
279
+ // appends the content to every node in the NodeList.
285
280
  // description:
286
- // The content will be cloned if the length of NodeList
287
- // is greater than 1. Only the DOM nodes are cloned, not
288
- // any attached event handlers.
281
+ // The content will be cloned if the length of NodeList
282
+ // is greater than 1. Only the DOM nodes are cloned, not
283
+ // any attached event handlers.
289
284
  // returns:
290
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
285
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
291
286
  // not the appended content.
292
- // example:
287
+ // example:
293
288
  // assume a DOM created by this markup:
294
289
  // | <div id="foo"><p>Hello Mars</p></div>
295
290
  // | <div id="bar"><p>Hello World</p></div>
@@ -298,21 +293,21 @@ NodeList = dojo.NodeList;
298
293
  // Results in this DOM structure:
299
294
  // | <div id="foo"><p>Hello Mars</p><span>append</span></div>
300
295
  // | <div id="bar"><p>Hello World</p><span>append</span></div>
301
- return this.addContent(content, "last"); //dojo.NodeList
296
+ return this.addContent(content, "last"); // dojo/NodeList
302
297
  },
303
298
 
304
299
  appendTo: function(/*String*/query){
305
300
  // summary:
306
- // appends nodes in this NodeList to the nodes matched by
307
- // the query passed to appendTo.
301
+ // appends nodes in this NodeList to the nodes matched by
302
+ // the query passed to appendTo.
308
303
  // description:
309
- // The nodes in this NodeList will be cloned if the query
310
- // matches more than one element. Only the DOM nodes are cloned, not
311
- // any attached event handlers.
304
+ // The nodes in this NodeList will be cloned if the query
305
+ // matches more than one element. Only the DOM nodes are cloned, not
306
+ // any attached event handlers.
312
307
  // returns:
313
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
308
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
314
309
  // not the matched nodes from the query.
315
- // example:
310
+ // example:
316
311
  // assume a DOM created by this markup:
317
312
  // | <span>append</span>
318
313
  // | <p>Hello Mars</p>
@@ -322,18 +317,18 @@ NodeList = dojo.NodeList;
322
317
  // Results in this DOM structure:
323
318
  // | <p>Hello Mars<span>append</span></p>
324
319
  // | <p>Hello World<span>append</span></p>
325
- return this._placeMultiple(query, "last"); //dojo.NodeList
320
+ return this._placeMultiple(query, "last"); // dojo/NodeList
326
321
  },
327
322
 
328
323
  prepend: function(/*String||DOMNode||NodeList*/content){
329
324
  // summary:
330
- // prepends the content to every node in the NodeList.
325
+ // prepends the content to every node in the NodeList.
331
326
  // description:
332
- // The content will be cloned if the length of NodeList
333
- // is greater than 1. Only the DOM nodes are cloned, not
334
- // any attached event handlers.
327
+ // The content will be cloned if the length of NodeList
328
+ // is greater than 1. Only the DOM nodes are cloned, not
329
+ // any attached event handlers.
335
330
  // returns:
336
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
331
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
337
332
  // not the appended content.
338
333
  // assume a DOM created by this markup:
339
334
  // | <div id="foo"><p>Hello Mars</p></div>
@@ -343,21 +338,21 @@ NodeList = dojo.NodeList;
343
338
  // Results in this DOM structure:
344
339
  // | <div id="foo"><span>prepend</span><p>Hello Mars</p></div>
345
340
  // | <div id="bar"><span>prepend</span><p>Hello World</p></div>
346
- return this.addContent(content, "first"); //dojo.NodeList
341
+ return this.addContent(content, "first"); // dojo/NodeList
347
342
  },
348
343
 
349
344
  prependTo: function(/*String*/query){
350
345
  // summary:
351
- // prepends nodes in this NodeList to the nodes matched by
352
- // the query passed to prependTo.
346
+ // prepends nodes in this NodeList to the nodes matched by
347
+ // the query passed to prependTo.
353
348
  // description:
354
- // The nodes in this NodeList will be cloned if the query
355
- // matches more than one element. Only the DOM nodes are cloned, not
356
- // any attached event handlers.
349
+ // The nodes in this NodeList will be cloned if the query
350
+ // matches more than one element. Only the DOM nodes are cloned, not
351
+ // any attached event handlers.
357
352
  // returns:
358
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
353
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
359
354
  // not the matched nodes from the query.
360
- // example:
355
+ // example:
361
356
  // assume a DOM created by this markup:
362
357
  // | <span>prepend</span>
363
358
  // | <p>Hello Mars</p>
@@ -367,20 +362,20 @@ NodeList = dojo.NodeList;
367
362
  // Results in this DOM structure:
368
363
  // | <p><span>prepend</span>Hello Mars</p>
369
364
  // | <p><span>prepend</span>Hello World</p>
370
- return this._placeMultiple(query, "first"); //dojo.NodeList
365
+ return this._placeMultiple(query, "first"); // dojo/NodeList
371
366
  },
372
367
 
373
368
  after: function(/*String||Element||NodeList*/content){
374
369
  // summary:
375
- // Places the content after every node in the NodeList.
370
+ // Places the content after every node in the NodeList.
376
371
  // description:
377
- // The content will be cloned if the length of NodeList
378
- // is greater than 1. Only the DOM nodes are cloned, not
379
- // any attached event handlers.
372
+ // The content will be cloned if the length of NodeList
373
+ // is greater than 1. Only the DOM nodes are cloned, not
374
+ // any attached event handlers.
380
375
  // returns:
381
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
376
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
382
377
  // not the appended content.
383
- // example:
378
+ // example:
384
379
  // assume a DOM created by this markup:
385
380
  // | <div id="foo"><p>Hello Mars</p></div>
386
381
  // | <div id="bar"><p>Hello World</p></div>
@@ -389,21 +384,21 @@ NodeList = dojo.NodeList;
389
384
  // Results in this DOM structure:
390
385
  // | <div id="foo"><p>Hello Mars</p></div><span>after</span>
391
386
  // | <div id="bar"><p>Hello World</p></div><span>after</span>
392
- return this.addContent(content, "after"); //dojo.NodeList
387
+ return this.addContent(content, "after"); // dojo/NodeList
393
388
  },
394
389
 
395
390
  insertAfter: function(/*String*/query){
396
391
  // summary:
397
- // The nodes in this NodeList will be placed after the nodes
398
- // matched by the query passed to insertAfter.
392
+ // The nodes in this NodeList will be placed after the nodes
393
+ // matched by the query passed to insertAfter.
399
394
  // description:
400
- // The nodes in this NodeList will be cloned if the query
401
- // matches more than one element. Only the DOM nodes are cloned, not
402
- // any attached event handlers.
395
+ // The nodes in this NodeList will be cloned if the query
396
+ // matches more than one element. Only the DOM nodes are cloned, not
397
+ // any attached event handlers.
403
398
  // returns:
404
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
399
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
405
400
  // not the matched nodes from the query.
406
- // example:
401
+ // example:
407
402
  // assume a DOM created by this markup:
408
403
  // | <span>after</span>
409
404
  // | <p>Hello Mars</p>
@@ -413,20 +408,20 @@ NodeList = dojo.NodeList;
413
408
  // Results in this DOM structure:
414
409
  // | <p>Hello Mars</p><span>after</span>
415
410
  // | <p>Hello World</p><span>after</span>
416
- return this._placeMultiple(query, "after"); //dojo.NodeList
411
+ return this._placeMultiple(query, "after"); // dojo/NodeList
417
412
  },
418
413
 
419
414
  before: function(/*String||DOMNode||NodeList*/content){
420
415
  // summary:
421
- // Places the content before every node in the NodeList.
416
+ // Places the content before every node in the NodeList.
422
417
  // description:
423
- // The content will be cloned if the length of NodeList
424
- // is greater than 1. Only the DOM nodes are cloned, not
425
- // any attached event handlers.
418
+ // The content will be cloned if the length of NodeList
419
+ // is greater than 1. Only the DOM nodes are cloned, not
420
+ // any attached event handlers.
426
421
  // returns:
427
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
422
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
428
423
  // not the appended content.
429
- // example:
424
+ // example:
430
425
  // assume a DOM created by this markup:
431
426
  // | <div id="foo"><p>Hello Mars</p></div>
432
427
  // | <div id="bar"><p>Hello World</p></div>
@@ -435,21 +430,21 @@ NodeList = dojo.NodeList;
435
430
  // Results in this DOM structure:
436
431
  // | <span>before</span><div id="foo"><p>Hello Mars</p></div>
437
432
  // | <span>before</span><div id="bar"><p>Hello World</p></div>
438
- return this.addContent(content, "before"); //dojo.NodeList
433
+ return this.addContent(content, "before"); // dojo/NodeList
439
434
  },
440
435
 
441
436
  insertBefore: function(/*String*/query){
442
437
  // summary:
443
- // The nodes in this NodeList will be placed after the nodes
444
- // matched by the query passed to insertAfter.
438
+ // The nodes in this NodeList will be placed after the nodes
439
+ // matched by the query passed to insertAfter.
445
440
  // description:
446
- // The nodes in this NodeList will be cloned if the query
447
- // matches more than one element. Only the DOM nodes are cloned, not
448
- // any attached event handlers.
441
+ // The nodes in this NodeList will be cloned if the query
442
+ // matches more than one element. Only the DOM nodes are cloned, not
443
+ // any attached event handlers.
449
444
  // returns:
450
- // dojo.NodeList, the nodes currently in this NodeList will be returned,
445
+ // dojo/NodeList, the nodes currently in this NodeList will be returned,
451
446
  // not the matched nodes from the query.
452
- // example:
447
+ // example:
453
448
  // assume a DOM created by this markup:
454
449
  // | <span>before</span>
455
450
  // | <p>Hello Mars</p>
@@ -459,38 +454,37 @@ NodeList = dojo.NodeList;
459
454
  // Results in this DOM structure:
460
455
  // | <span>before</span><p>Hello Mars</p>
461
456
  // | <span>before</span><p>Hello World</p>
462
- return this._placeMultiple(query, "before"); //dojo.NodeList
457
+ return this._placeMultiple(query, "before"); // dojo/NodeList
463
458
  },
464
459
 
465
460
  /*=====
466
461
  remove: function(simpleFilter){
467
- // summary:
468
- // alias for dojo.NodeList's orphan method. Removes elements
469
- // in this list that match the simple filter from their parents
470
- // and returns them as a new NodeList.
471
- // simpleFilter: String
462
+ // summary:
463
+ // alias for dojo/NodeList's orphan method. Removes elements
464
+ // in this list that match the simple filter from their parents
465
+ // and returns them as a new NodeList.
466
+ // simpleFilter: String
472
467
  // single-expression CSS rule. For example, ".thinger" or
473
468
  // "#someId[attrName='value']" but not "div > span". In short,
474
469
  // anything which does not invoke a descent to evaluate but
475
470
  // can instead be used to test a single node is acceptable.
476
- // returns:
477
- // dojo.NodeList
478
- return; // dojo.NodeList
471
+
472
+ return; // dojo/NodeList
479
473
  },
480
474
  =====*/
481
475
  remove: NodeList.prototype.orphan,
482
476
 
483
477
  wrap: function(/*String||DOMNode*/html){
484
478
  // summary:
485
- // Wrap each node in the NodeList with html passed to wrap.
479
+ // Wrap each node in the NodeList with html passed to wrap.
486
480
  // description:
487
- // html will be cloned if the NodeList has more than one
488
- // element. Only DOM nodes are cloned, not any attached
489
- // event handlers.
481
+ // html will be cloned if the NodeList has more than one
482
+ // element. Only DOM nodes are cloned, not any attached
483
+ // event handlers.
490
484
  // returns:
491
- // dojo.NodeList, the nodes in the current NodeList will be returned,
485
+ // the nodes in the current NodeList will be returned,
492
486
  // not the nodes from html argument.
493
- // example:
487
+ // example:
494
488
  // assume a DOM created by this markup:
495
489
  // | <b>one</b>
496
490
  // | <b>two</b>
@@ -516,17 +510,17 @@ NodeList = dojo.NodeList;
516
510
  insertion.appendChild(node);
517
511
  }
518
512
  }
519
- return this; //dojo.NodeList
513
+ return this; // dojo/NodeList
520
514
  },
521
515
 
522
516
  wrapAll: function(/*String||DOMNode*/html){
523
517
  // summary:
524
- // Insert html where the first node in this NodeList lives, then place all
525
- // nodes in this NodeList as the child of the html.
518
+ // Insert html where the first node in this NodeList lives, then place all
519
+ // nodes in this NodeList as the child of the html.
526
520
  // returns:
527
- // dojo.NodeList, the nodes in the current NodeList will be returned,
521
+ // the nodes in the current NodeList will be returned,
528
522
  // not the nodes from html argument.
529
- // example:
523
+ // example:
530
524
  // assume a DOM created by this markup:
531
525
  // | <div class="container">
532
526
  // | <div class="red">Red One</div>
@@ -558,20 +552,20 @@ NodeList = dojo.NodeList;
558
552
  insertion.appendChild(node);
559
553
  }
560
554
  }
561
- return this; //dojo.NodeList
555
+ return this; // dojo/NodeList
562
556
  },
563
557
 
564
558
  wrapInner: function(/*String||DOMNode*/html){
565
559
  // summary:
566
- // For each node in the NodeList, wrap all its children with the passed in html.
560
+ // For each node in the NodeList, wrap all its children with the passed in html.
567
561
  // description:
568
- // html will be cloned if the NodeList has more than one
569
- // element. Only DOM nodes are cloned, not any attached
570
- // event handlers.
562
+ // html will be cloned if the NodeList has more than one
563
+ // element. Only DOM nodes are cloned, not any attached
564
+ // event handlers.
571
565
  // returns:
572
- // dojo.NodeList, the nodes in the current NodeList will be returned,
566
+ // the nodes in the current NodeList will be returned,
573
567
  // not the nodes from html argument.
574
- // example:
568
+ // example:
575
569
  // assume a DOM created by this markup:
576
570
  // | <div class="container">
577
571
  // | <div class="red">Red One</div>
@@ -601,20 +595,20 @@ NodeList = dojo.NodeList;
601
595
  this._wrap(lang._toArray(this[i].childNodes), null, this._NodeListCtor).wrapAll(clone);
602
596
  }
603
597
  }
604
- return this; //dojo.NodeList
598
+ return this; // dojo/NodeList
605
599
  },
606
600
 
607
601
  replaceWith: function(/*String||DOMNode||NodeList*/content){
608
602
  // summary:
609
- // Replaces each node in ths NodeList with the content passed to replaceWith.
603
+ // Replaces each node in ths NodeList with the content passed to replaceWith.
610
604
  // description:
611
- // The content will be cloned if the length of NodeList
612
- // is greater than 1. Only the DOM nodes are cloned, not
613
- // any attached event handlers.
605
+ // The content will be cloned if the length of NodeList
606
+ // is greater than 1. Only the DOM nodes are cloned, not
607
+ // any attached event handlers.
614
608
  // returns:
615
609
  // The nodes currently in this NodeList will be returned, not the replacing content.
616
610
  // Note that the returned nodes have been removed from the DOM.
617
- // example:
611
+ // example:
618
612
  // assume a DOM created by this markup:
619
613
  // | <div class="container">
620
614
  // | <div class="red">Red One</div>
@@ -636,22 +630,22 @@ NodeList = dojo.NodeList;
636
630
  this._place(content, node, "before", i > 0);
637
631
  node.parentNode.removeChild(node);
638
632
  }
639
- return this; //dojo.NodeList
633
+ return this; // dojo/NodeList
640
634
  },
641
635
 
642
636
  replaceAll: function(/*String*/query){
643
637
  // summary:
644
- // replaces nodes matched by the query passed to replaceAll with the nodes
645
- // in this NodeList.
638
+ // replaces nodes matched by the query passed to replaceAll with the nodes
639
+ // in this NodeList.
646
640
  // description:
647
- // The nodes in this NodeList will be cloned if the query
648
- // matches more than one element. Only the DOM nodes are cloned, not
649
- // any attached event handlers.
641
+ // The nodes in this NodeList will be cloned if the query
642
+ // matches more than one element. Only the DOM nodes are cloned, not
643
+ // any attached event handlers.
650
644
  // returns:
651
645
  // The nodes currently in this NodeList will be returned, not the matched nodes
652
646
  // from the query. The nodes currently in this NodeLIst could have
653
647
  // been cloned, so the returned NodeList will include the cloned nodes.
654
- // example:
648
+ // example:
655
649
  // assume a DOM created by this markup:
656
650
  // | <div class="container">
657
651
  // | <div class="spacer">___</div>
@@ -682,17 +676,17 @@ NodeList = dojo.NodeList;
682
676
  this._place(content, node, "before", i > 0);
683
677
  node.parentNode.removeChild(node);
684
678
  }
685
- return this; //dojo.NodeList
679
+ return this; // dojo/NodeList
686
680
  },
687
681
 
688
682
  clone: function(){
689
683
  // summary:
690
- // Clones all the nodes in this NodeList and returns them as a new NodeList.
684
+ // Clones all the nodes in this NodeList and returns them as a new NodeList.
691
685
  // description:
692
- // Only the DOM nodes are cloned, not any attached event handlers.
686
+ // Only the DOM nodes are cloned, not any attached event handlers.
693
687
  // returns:
694
- // dojo.NodeList, a cloned set of the original nodes.
695
- // example:
688
+ // a cloned set of the original nodes.
689
+ // example:
696
690
  // assume a DOM created by this markup:
697
691
  // | <div class="container">
698
692
  // | <div class="red">Red One</div>
@@ -717,7 +711,7 @@ NodeList = dojo.NodeList;
717
711
  for(var i = 0; i < this.length; i++){
718
712
  ary.push(this._cloneNode(this[i]));
719
713
  }
720
- return this._wrap(ary, this, this._NodeListCtor); //dojo.NodeList
714
+ return this._wrap(ary, this, this._NodeListCtor); // dojo/NodeList
721
715
  }
722
716
  });
723
717
 
@@ -726,5 +720,5 @@ NodeList = dojo.NodeList;
726
720
  NodeList.prototype.html = NodeList.prototype.innerHTML;
727
721
  }
728
722
 
729
- return NodeList;
723
+ return NodeList;
730
724
  });