rubyneat_dashboard 0.4.0.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1249) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/.rspec +1 -0
  4. data/.ruby-version +1 -0
  5. data/.sass-cache/b114455b2c708d8ae00bfa5eb291284996faaf1c/class_methods.rbc +0 -0
  6. data/.sass-cache/ebb0fda2e452b8e78b76a6d0f76937b12fe7a173/class_methods.rbc20140602-17212-2us5of +0 -0
  7. data/.semver +5 -0
  8. data/Gemfile +23 -0
  9. data/Gemfile.lock +129 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.rdoc +90 -0
  12. data/Rakefile +60 -0
  13. data/VERSION +1 -0
  14. data/app/css/angular-csp.css +13 -0
  15. data/app/css/dashboard/linechart.sass +16 -0
  16. data/app/css/dashboard.sass +30 -0
  17. data/app/css/foundation.css +5263 -0
  18. data/app/css/foundation.min.css +1 -0
  19. data/app/css/vendor/normalize.css +423 -0
  20. data/app/images/RubyNEAT_Dashboard_logo_full.xcf +0 -0
  21. data/app/images/logo.png +0 -0
  22. data/app/js/dashboard/controllers/critters_controller.coffee +1 -0
  23. data/app/js/dashboard/controllers/dashboard_controller.coffee +2 -0
  24. data/app/js/dashboard/controllers/home_controller.coffee +1 -0
  25. data/app/js/dashboard/controllers/overview_controller.coffee +2 -0
  26. data/app/js/dashboard/controllers/population_controller.coffee +14 -0
  27. data/app/js/dashboard/directives/critter_genotype_topology.coffee +6 -0
  28. data/app/js/dashboard/directives/critter_phenotype_topology.coffee +6 -0
  29. data/app/js/dashboard/directives/pie.coffee +39 -0
  30. data/app/js/dashboard/directives/population_progress_chart.coffee +172 -0
  31. data/app/js/dashboard/services/population_service.coffee +5 -0
  32. data/app/js/dashboard.coffee +40 -0
  33. data/bower_components/angular/.bower.json +16 -0
  34. data/bower_components/angular/README.md +48 -0
  35. data/bower_components/angular/angular-csp.css +24 -0
  36. data/bower_components/angular/angular.js +21883 -0
  37. data/bower_components/angular/angular.min.js +214 -0
  38. data/bower_components/angular/angular.min.js.gzip +0 -0
  39. data/bower_components/angular/angular.min.js.map +8 -0
  40. data/bower_components/angular/bower.json +7 -0
  41. data/bower_components/angular-animate/.bower.json +18 -0
  42. data/bower_components/angular-animate/README.md +54 -0
  43. data/bower_components/angular-animate/angular-animate.js +1689 -0
  44. data/bower_components/angular-animate/angular-animate.min.js +28 -0
  45. data/bower_components/angular-animate/angular-animate.min.js.map +8 -0
  46. data/bower_components/angular-animate/bower.json +8 -0
  47. data/bower_components/angular-animate.css/.bower.json +27 -0
  48. data/bower_components/angular-animate.css/README.md +104 -0
  49. data/bower_components/angular-animate.css/angular-animate.css +1407 -0
  50. data/bower_components/angular-animate.css/angular-animate.min.css +1 -0
  51. data/bower_components/angular-animate.css/bower.json +13 -0
  52. data/bower_components/angular-d3-directives/.bower.json +27 -0
  53. data/bower_components/angular-d3-directives/LICENSE +20 -0
  54. data/bower_components/angular-d3-directives/bower.json +17 -0
  55. data/bower_components/angular-d3-directives/gauge/gauge.js +279 -0
  56. data/bower_components/angular-pusher/.bower.json +39 -0
  57. data/bower_components/angular-pusher/CHANGELOG.md +9 -0
  58. data/bower_components/angular-pusher/README.md +52 -0
  59. data/bower_components/angular-pusher/angular-pusher.js +106 -0
  60. data/bower_components/angular-pusher/angular-pusher.min.js +1 -0
  61. data/bower_components/angular-pusher/bower.json +29 -0
  62. data/bower_components/angular-pusher/package.json +34 -0
  63. data/bower_components/angular-resource/.bower.json +18 -0
  64. data/bower_components/angular-resource/README.md +54 -0
  65. data/bower_components/angular-resource/angular-resource.js +619 -0
  66. data/bower_components/angular-resource/angular-resource.min.js +13 -0
  67. data/bower_components/angular-resource/angular-resource.min.js.map +8 -0
  68. data/bower_components/angular-resource/bower.json +8 -0
  69. data/bower_components/angular-route/.bower.json +18 -0
  70. data/bower_components/angular-route/README.md +54 -0
  71. data/bower_components/angular-route/angular-route.js +925 -0
  72. data/bower_components/angular-route/angular-route.min.js +14 -0
  73. data/bower_components/angular-route/angular-route.min.js.map +8 -0
  74. data/bower_components/angular-route/bower.json +8 -0
  75. data/bower_components/angular-sanitize/.bower.json +18 -0
  76. data/bower_components/angular-sanitize/README.md +54 -0
  77. data/bower_components/angular-sanitize/angular-sanitize.js +640 -0
  78. data/bower_components/angular-sanitize/angular-sanitize.min.js +15 -0
  79. data/bower_components/angular-sanitize/angular-sanitize.min.js.map +8 -0
  80. data/bower_components/angular-sanitize/bower.json +8 -0
  81. data/bower_components/angular-socket-io/.bower.json +22 -0
  82. data/bower_components/angular-socket-io/.gitignore +3 -0
  83. data/bower_components/angular-socket-io/.travis.yml +8 -0
  84. data/bower_components/angular-socket-io/README.md +243 -0
  85. data/bower_components/angular-socket-io/bower.json +11 -0
  86. data/bower_components/angular-socket-io/gulpfile.js +18 -0
  87. data/bower_components/angular-socket-io/karma.conf.js +33 -0
  88. data/bower_components/angular-socket-io/mock/socket-io.js +47 -0
  89. data/bower_components/angular-socket-io/package.json +26 -0
  90. data/bower_components/angular-socket-io/socket.js +98 -0
  91. data/bower_components/angular-socket-io/socket.min.js +7 -0
  92. data/bower_components/angular-socket-io/socket.min.js.map +1 -0
  93. data/bower_components/angular-socket-io/socket.spec.js +228 -0
  94. data/bower_components/animate.css/.bower.json +15 -0
  95. data/bower_components/animate.css/.editorconfig +11 -0
  96. data/bower_components/animate.css/.gitignore +4 -0
  97. data/bower_components/animate.css/Gruntfile.js +79 -0
  98. data/bower_components/animate.css/README.md +73 -0
  99. data/bower_components/animate.css/animate-config.json +105 -0
  100. data/bower_components/animate.css/animate.css +3125 -0
  101. data/bower_components/animate.css/animate.min.css +6 -0
  102. data/bower_components/animate.css/bower.json +5 -0
  103. data/bower_components/animate.css/package.json +15 -0
  104. data/bower_components/animate.css/source/_base.css +20 -0
  105. data/bower_components/animate.css/source/attention_seekers/bounce.css +25 -0
  106. data/bower_components/animate.css/source/attention_seekers/flash.css +13 -0
  107. data/bower_components/animate.css/source/attention_seekers/pulse.css +19 -0
  108. data/bower_components/animate.css/source/attention_seekers/rubberBand.css +33 -0
  109. data/bower_components/animate.css/source/attention_seekers/shake.css +17 -0
  110. data/bower_components/animate.css/source/attention_seekers/swing.css +26 -0
  111. data/bower_components/animate.css/source/attention_seekers/tada.css +25 -0
  112. data/bower_components/animate.css/source/attention_seekers/wobble.css +35 -0
  113. data/bower_components/animate.css/source/bouncing_entrances/bounceIn.css +37 -0
  114. data/bower_components/animate.css/source/bouncing_entrances/bounceInDown.css +31 -0
  115. data/bower_components/animate.css/source/bouncing_entrances/bounceInLeft.css +31 -0
  116. data/bower_components/animate.css/source/bouncing_entrances/bounceInRight.css +31 -0
  117. data/bower_components/animate.css/source/bouncing_entrances/bounceInUp.css +31 -0
  118. data/bower_components/animate.css/source/bouncing_exits/bounceOut.css +20 -0
  119. data/bower_components/animate.css/source/bouncing_exits/bounceOutDown.css +19 -0
  120. data/bower_components/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
  121. data/bower_components/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
  122. data/bower_components/animate.css/source/bouncing_exits/bounceOutUp.css +19 -0
  123. data/bower_components/animate.css/source/fading_entrances/fadeIn.css +8 -0
  124. data/bower_components/animate.css/source/fading_entrances/fadeInDown.css +15 -0
  125. data/bower_components/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
  126. data/bower_components/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
  127. data/bower_components/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
  128. data/bower_components/animate.css/source/fading_entrances/fadeInRight.css +15 -0
  129. data/bower_components/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
  130. data/bower_components/animate.css/source/fading_entrances/fadeInUp.css +15 -0
  131. data/bower_components/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
  132. data/bower_components/animate.css/source/fading_exits/fadeOut.css +8 -0
  133. data/bower_components/animate.css/source/fading_exits/fadeOutDown.css +14 -0
  134. data/bower_components/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
  135. data/bower_components/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
  136. data/bower_components/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
  137. data/bower_components/animate.css/source/fading_exits/fadeOutRight.css +14 -0
  138. data/bower_components/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
  139. data/bower_components/animate.css/source/fading_exits/fadeOutUp.css +14 -0
  140. data/bower_components/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
  141. data/bower_components/animate.css/source/flippers/flip.css +31 -0
  142. data/bower_components/animate.css/source/flippers/flipInX.css +30 -0
  143. data/bower_components/animate.css/source/flippers/flipInY.css +30 -0
  144. data/bower_components/animate.css/source/flippers/flipOutX.css +21 -0
  145. data/bower_components/animate.css/source/flippers/flipOutY.css +21 -0
  146. data/bower_components/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
  147. data/bower_components/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
  148. data/bower_components/animate.css/source/rotating_entrances/rotateIn.css +17 -0
  149. data/bower_components/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
  150. data/bower_components/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
  151. data/bower_components/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
  152. data/bower_components/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
  153. data/bower_components/animate.css/source/rotating_exits/rotateOut.css +16 -0
  154. data/bower_components/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
  155. data/bower_components/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
  156. data/bower_components/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
  157. data/bower_components/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
  158. data/bower_components/animate.css/source/specials/hinge.css +28 -0
  159. data/bower_components/animate.css/source/specials/rollIn.css +17 -0
  160. data/bower_components/animate.css/source/specials/rollOut.css +16 -0
  161. data/bower_components/animate.css/source/zooming_entrances/zoomIn.css +14 -0
  162. data/bower_components/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
  163. data/bower_components/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
  164. data/bower_components/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
  165. data/bower_components/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
  166. data/bower_components/animate.css/source/zooming_exits/zoomOut.css +18 -0
  167. data/bower_components/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
  168. data/bower_components/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
  169. data/bower_components/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
  170. data/bower_components/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
  171. data/bower_components/d3/.bower.json +34 -0
  172. data/bower_components/d3/.spmignore +4 -0
  173. data/bower_components/d3/CONTRIBUTING.md +25 -0
  174. data/bower_components/d3/LICENSE +26 -0
  175. data/bower_components/d3/README.md +9 -0
  176. data/bower_components/d3/bower.json +24 -0
  177. data/bower_components/d3/composer.json +19 -0
  178. data/bower_components/d3/d3.js +9233 -0
  179. data/bower_components/d3/d3.min.js +5 -0
  180. data/bower_components/fastclick/.bower.json +23 -0
  181. data/bower_components/fastclick/LICENSE +22 -0
  182. data/bower_components/fastclick/README.md +133 -0
  183. data/bower_components/fastclick/bower.json +13 -0
  184. data/bower_components/fastclick/lib/fastclick.js +821 -0
  185. data/bower_components/foundation/.bower.json +30 -0
  186. data/bower_components/foundation/bower.json +20 -0
  187. data/bower_components/foundation/css/foundation.css +4860 -0
  188. data/bower_components/foundation/css/normalize.css +320 -0
  189. data/bower_components/foundation/js/foundation/foundation.abide.js +299 -0
  190. data/bower_components/foundation/js/foundation/foundation.accordion.js +59 -0
  191. data/bower_components/foundation/js/foundation/foundation.alert.js +43 -0
  192. data/bower_components/foundation/js/foundation/foundation.clearing.js +534 -0
  193. data/bower_components/foundation/js/foundation/foundation.dropdown.js +311 -0
  194. data/bower_components/foundation/js/foundation/foundation.equalizer.js +74 -0
  195. data/bower_components/foundation/js/foundation/foundation.interchange.js +331 -0
  196. data/bower_components/foundation/js/foundation/foundation.joyride.js +843 -0
  197. data/bower_components/foundation/js/foundation/foundation.js +611 -0
  198. data/bower_components/foundation/js/foundation/foundation.magellan.js +178 -0
  199. data/bower_components/foundation/js/foundation/foundation.offcanvas.js +108 -0
  200. data/bower_components/foundation/js/foundation/foundation.orbit.js +610 -0
  201. data/bower_components/foundation/js/foundation/foundation.reveal.js +437 -0
  202. data/bower_components/foundation/js/foundation/foundation.slider.js +199 -0
  203. data/bower_components/foundation/js/foundation/foundation.tab.js +167 -0
  204. data/bower_components/foundation/js/foundation/foundation.tooltip.js +298 -0
  205. data/bower_components/foundation/js/foundation/foundation.topbar.js +425 -0
  206. data/bower_components/foundation/js/foundation.js +5543 -0
  207. data/bower_components/foundation/js/foundation.min.js +3 -0
  208. data/bower_components/foundation/js/vendor/fastclick.js +9 -0
  209. data/bower_components/foundation/js/vendor/jquery.cookie.js +8 -0
  210. data/bower_components/foundation/js/vendor/jquery.js +26 -0
  211. data/bower_components/foundation/js/vendor/modernizr.js +8 -0
  212. data/bower_components/foundation/js/vendor/placeholder.js +2 -0
  213. data/bower_components/foundation/scss/foundation/_functions.scss +101 -0
  214. data/bower_components/foundation/scss/foundation/_settings.scss +1289 -0
  215. data/bower_components/foundation/scss/foundation/components/_accordion.scss +53 -0
  216. data/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +126 -0
  217. data/bower_components/foundation/scss/foundation/components/_block-grid.scss +132 -0
  218. data/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +127 -0
  219. data/bower_components/foundation/scss/foundation/components/_button-groups.scss +108 -0
  220. data/bower_components/foundation/scss/foundation/components/_buttons.scss +222 -0
  221. data/bower_components/foundation/scss/foundation/components/_clearing.scss +247 -0
  222. data/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +129 -0
  223. data/bower_components/foundation/scss/foundation/components/_dropdown.scss +248 -0
  224. data/bower_components/foundation/scss/foundation/components/_flex-video.scss +51 -0
  225. data/bower_components/foundation/scss/foundation/components/_forms.scss +498 -0
  226. data/bower_components/foundation/scss/foundation/components/_global.scss +429 -0
  227. data/bower_components/foundation/scss/foundation/components/_grid.scss +260 -0
  228. data/bower_components/foundation/scss/foundation/components/_inline-lists.scss +57 -0
  229. data/bower_components/foundation/scss/foundation/components/_joyride.scss +220 -0
  230. data/bower_components/foundation/scss/foundation/components/_keystrokes.scss +61 -0
  231. data/bower_components/foundation/scss/foundation/components/_labels.scss +104 -0
  232. data/bower_components/foundation/scss/foundation/components/_magellan.scss +34 -0
  233. data/bower_components/foundation/scss/foundation/components/_offcanvas.scss +355 -0
  234. data/bower_components/foundation/scss/foundation/components/_orbit.scss +423 -0
  235. data/bower_components/foundation/scss/foundation/components/_pagination.scss +150 -0
  236. data/bower_components/foundation/scss/foundation/components/_panels.scss +90 -0
  237. data/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +150 -0
  238. data/bower_components/foundation/scss/foundation/components/_progress-bars.scss +79 -0
  239. data/bower_components/foundation/scss/foundation/components/_range-slider.scss +148 -0
  240. data/bower_components/foundation/scss/foundation/components/_reveal-new.scss +0 -0
  241. data/bower_components/foundation/scss/foundation/components/_reveal.scss +216 -0
  242. data/bower_components/foundation/scss/foundation/components/_side-nav.scss +115 -0
  243. data/bower_components/foundation/scss/foundation/components/_split-buttons.scss +191 -0
  244. data/bower_components/foundation/scss/foundation/components/_sub-nav.scss +125 -0
  245. data/bower_components/foundation/scss/foundation/components/_switch.scss +294 -0
  246. data/bower_components/foundation/scss/foundation/components/_tables.scss +129 -0
  247. data/bower_components/foundation/scss/foundation/components/_tabs.scss +109 -0
  248. data/bower_components/foundation/scss/foundation/components/_thumbs.scss +68 -0
  249. data/bower_components/foundation/scss/foundation/components/_tooltips.scss +140 -0
  250. data/bower_components/foundation/scss/foundation/components/_top-bar.scss +644 -0
  251. data/bower_components/foundation/scss/foundation/components/_type.scss +511 -0
  252. data/bower_components/foundation/scss/foundation/components/_visibility.scss +408 -0
  253. data/bower_components/foundation/scss/foundation.scss +45 -0
  254. data/bower_components/foundation/scss/normalize.scss +425 -0
  255. data/bower_components/jquery/.bower.json +37 -0
  256. data/bower_components/jquery/MIT-LICENSE.txt +21 -0
  257. data/bower_components/jquery/bower.json +27 -0
  258. data/bower_components/jquery/dist/jquery.js +9190 -0
  259. data/bower_components/jquery/dist/jquery.min.js +5 -0
  260. data/bower_components/jquery/dist/jquery.min.map +1 -0
  261. data/bower_components/jquery/src/ajax/jsonp.js +89 -0
  262. data/bower_components/jquery/src/ajax/load.js +75 -0
  263. data/bower_components/jquery/src/ajax/parseJSON.js +13 -0
  264. data/bower_components/jquery/src/ajax/parseXML.js +28 -0
  265. data/bower_components/jquery/src/ajax/script.js +64 -0
  266. data/bower_components/jquery/src/ajax/var/nonce.js +5 -0
  267. data/bower_components/jquery/src/ajax/var/rquery.js +3 -0
  268. data/bower_components/jquery/src/ajax/xhr.js +135 -0
  269. data/bower_components/jquery/src/ajax.js +806 -0
  270. data/bower_components/jquery/src/attributes/attr.js +143 -0
  271. data/bower_components/jquery/src/attributes/classes.js +158 -0
  272. data/bower_components/jquery/src/attributes/prop.js +96 -0
  273. data/bower_components/jquery/src/attributes/support.js +35 -0
  274. data/bower_components/jquery/src/attributes/val.js +163 -0
  275. data/bower_components/jquery/src/attributes.js +11 -0
  276. data/bower_components/jquery/src/callbacks.js +205 -0
  277. data/bower_components/jquery/src/core/access.js +60 -0
  278. data/bower_components/jquery/src/core/init.js +123 -0
  279. data/bower_components/jquery/src/core/parseHTML.js +39 -0
  280. data/bower_components/jquery/src/core/ready.js +97 -0
  281. data/bower_components/jquery/src/core/var/rsingleTag.js +4 -0
  282. data/bower_components/jquery/src/core.js +498 -0
  283. data/bower_components/jquery/src/css/addGetHookIf.js +24 -0
  284. data/bower_components/jquery/src/css/curCSS.js +57 -0
  285. data/bower_components/jquery/src/css/defaultDisplay.js +70 -0
  286. data/bower_components/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  287. data/bower_components/jquery/src/css/support.js +91 -0
  288. data/bower_components/jquery/src/css/swap.js +28 -0
  289. data/bower_components/jquery/src/css/var/cssExpand.js +3 -0
  290. data/bower_components/jquery/src/css/var/getStyles.js +5 -0
  291. data/bower_components/jquery/src/css/var/isHidden.js +13 -0
  292. data/bower_components/jquery/src/css/var/rmargin.js +3 -0
  293. data/bower_components/jquery/src/css/var/rnumnonpx.js +5 -0
  294. data/bower_components/jquery/src/css.js +451 -0
  295. data/bower_components/jquery/src/data/Data.js +181 -0
  296. data/bower_components/jquery/src/data/accepts.js +20 -0
  297. data/bower_components/jquery/src/data/var/data_priv.js +5 -0
  298. data/bower_components/jquery/src/data/var/data_user.js +5 -0
  299. data/bower_components/jquery/src/data.js +179 -0
  300. data/bower_components/jquery/src/deferred.js +149 -0
  301. data/bower_components/jquery/src/deprecated.js +13 -0
  302. data/bower_components/jquery/src/dimensions.js +50 -0
  303. data/bower_components/jquery/src/effects/Tween.js +114 -0
  304. data/bower_components/jquery/src/effects/animatedSelector.js +13 -0
  305. data/bower_components/jquery/src/effects.js +649 -0
  306. data/bower_components/jquery/src/event/alias.js +39 -0
  307. data/bower_components/jquery/src/event/support.js +9 -0
  308. data/bower_components/jquery/src/event.js +868 -0
  309. data/bower_components/jquery/src/exports/amd.js +24 -0
  310. data/bower_components/jquery/src/exports/global.js +32 -0
  311. data/bower_components/jquery/src/intro.js +44 -0
  312. data/bower_components/jquery/src/jquery.js +36 -0
  313. data/bower_components/jquery/src/manipulation/_evalUrl.js +18 -0
  314. data/bower_components/jquery/src/manipulation/support.js +31 -0
  315. data/bower_components/jquery/src/manipulation/var/rcheckableType.js +3 -0
  316. data/bower_components/jquery/src/manipulation.js +582 -0
  317. data/bower_components/jquery/src/offset.js +204 -0
  318. data/bower_components/jquery/src/outro.js +1 -0
  319. data/bower_components/jquery/src/queue/delay.js +22 -0
  320. data/bower_components/jquery/src/queue.js +142 -0
  321. data/bower_components/jquery/src/selector-native.js +172 -0
  322. data/bower_components/jquery/src/selector-sizzle.js +14 -0
  323. data/bower_components/jquery/src/selector.js +1 -0
  324. data/bower_components/jquery/src/serialize.js +111 -0
  325. data/bower_components/jquery/src/sizzle/dist/sizzle.js +2044 -0
  326. data/bower_components/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  327. data/bower_components/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  328. data/bower_components/jquery/src/traversing/findFilter.js +100 -0
  329. data/bower_components/jquery/src/traversing/var/rneedsContext.js +6 -0
  330. data/bower_components/jquery/src/traversing.js +200 -0
  331. data/bower_components/jquery/src/var/arr.js +3 -0
  332. data/bower_components/jquery/src/var/class2type.js +4 -0
  333. data/bower_components/jquery/src/var/concat.js +5 -0
  334. data/bower_components/jquery/src/var/hasOwn.js +5 -0
  335. data/bower_components/jquery/src/var/indexOf.js +5 -0
  336. data/bower_components/jquery/src/var/pnum.js +3 -0
  337. data/bower_components/jquery/src/var/push.js +5 -0
  338. data/bower_components/jquery/src/var/rnotwhite.js +3 -0
  339. data/bower_components/jquery/src/var/slice.js +5 -0
  340. data/bower_components/jquery/src/var/strundefined.js +3 -0
  341. data/bower_components/jquery/src/var/support.js +4 -0
  342. data/bower_components/jquery/src/var/toString.js +5 -0
  343. data/bower_components/jquery/src/wrap.js +78 -0
  344. data/bower_components/jquery-placeholder/.bower.json +17 -0
  345. data/bower_components/jquery-placeholder/.gitattributes +1 -0
  346. data/bower_components/jquery-placeholder/.gitignore +1 -0
  347. data/bower_components/jquery-placeholder/LICENSE-MIT.txt +20 -0
  348. data/bower_components/jquery-placeholder/README.md +76 -0
  349. data/bower_components/jquery-placeholder/bower.json +5 -0
  350. data/bower_components/jquery-placeholder/demo.html +55 -0
  351. data/bower_components/jquery-placeholder/jquery.placeholder.js +185 -0
  352. data/bower_components/jquery-placeholder/tests/index.html +32 -0
  353. data/bower_components/jquery-placeholder/tests/tests.js +134 -0
  354. data/bower_components/jquery-ui/.bower.json +21 -0
  355. data/bower_components/jquery-ui/.gitignore +3 -0
  356. data/bower_components/jquery-ui/AUTHORS.txt +260 -0
  357. data/bower_components/jquery-ui/MIT-LICENSE.txt +26 -0
  358. data/bower_components/jquery-ui/README.md +11 -0
  359. data/bower_components/jquery-ui/bower.json +10 -0
  360. data/bower_components/jquery-ui/component.json +13 -0
  361. data/bower_components/jquery-ui/composer.json +64 -0
  362. data/bower_components/jquery-ui/jquery-ui.js +16150 -0
  363. data/bower_components/jquery-ui/jquery-ui.min.js +13 -0
  364. data/bower_components/jquery-ui/package.json +66 -0
  365. data/bower_components/jquery-ui/themes/base/accordion.css +36 -0
  366. data/bower_components/jquery-ui/themes/base/all.css +12 -0
  367. data/bower_components/jquery-ui/themes/base/autocomplete.css +16 -0
  368. data/bower_components/jquery-ui/themes/base/base.css +28 -0
  369. data/bower_components/jquery-ui/themes/base/button.css +114 -0
  370. data/bower_components/jquery-ui/themes/base/core.css +93 -0
  371. data/bower_components/jquery-ui/themes/base/datepicker.css +175 -0
  372. data/bower_components/jquery-ui/themes/base/dialog.css +70 -0
  373. data/bower_components/jquery-ui/themes/base/draggable.css +12 -0
  374. data/bower_components/jquery-ui/themes/base/images/animated-overlay.gif +0 -0
  375. data/bower_components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  376. data/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  377. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  378. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  379. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  380. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  381. data/bower_components/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  382. data/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  383. data/bower_components/jquery-ui/themes/base/images/ui-icons_222222_256x240.png +0 -0
  384. data/bower_components/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  385. data/bower_components/jquery-ui/themes/base/images/ui-icons_454545_256x240.png +0 -0
  386. data/bower_components/jquery-ui/themes/base/images/ui-icons_888888_256x240.png +0 -0
  387. data/bower_components/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  388. data/bower_components/jquery-ui/themes/base/menu.css +63 -0
  389. data/bower_components/jquery-ui/themes/base/progressbar.css +28 -0
  390. data/bower_components/jquery-ui/themes/base/resizable.css +78 -0
  391. data/bower_components/jquery-ui/themes/base/selectable.css +17 -0
  392. data/bower_components/jquery-ui/themes/base/selectmenu.css +59 -0
  393. data/bower_components/jquery-ui/themes/base/slider.css +75 -0
  394. data/bower_components/jquery-ui/themes/base/sortable.css +12 -0
  395. data/bower_components/jquery-ui/themes/base/spinner.css +65 -0
  396. data/bower_components/jquery-ui/themes/base/tabs.css +51 -0
  397. data/bower_components/jquery-ui/themes/base/theme.css +410 -0
  398. data/bower_components/jquery-ui/themes/base/tooltip.css +21 -0
  399. data/bower_components/jquery-ui/themes/black-tie/images/animated-overlay.gif +0 -0
  400. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  401. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  402. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png +0 -0
  403. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  404. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  405. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  406. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  407. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  408. data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  409. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png +0 -0
  410. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png +0 -0
  411. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png +0 -0
  412. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png +0 -0
  413. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png +0 -0
  414. data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png +0 -0
  415. data/bower_components/jquery-ui/themes/black-tie/jquery-ui.css +1225 -0
  416. data/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css +7 -0
  417. data/bower_components/jquery-ui/themes/black-tie/theme.css +410 -0
  418. data/bower_components/jquery-ui/themes/blitzer/images/animated-overlay.gif +0 -0
  419. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  420. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  421. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png +0 -0
  422. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  423. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  424. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  425. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  426. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  427. data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  428. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png +0 -0
  429. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png +0 -0
  430. data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png +0 -0
  431. data/bower_components/jquery-ui/themes/blitzer/jquery-ui.css +1225 -0
  432. data/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css +7 -0
  433. data/bower_components/jquery-ui/themes/blitzer/theme.css +410 -0
  434. data/bower_components/jquery-ui/themes/cupertino/images/animated-overlay.gif +0 -0
  435. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  436. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  437. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  438. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
  439. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  440. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  441. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  442. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  443. data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  444. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
  445. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
  446. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
  447. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
  448. data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
  449. data/bower_components/jquery-ui/themes/cupertino/jquery-ui.css +1225 -0
  450. data/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css +7 -0
  451. data/bower_components/jquery-ui/themes/cupertino/theme.css +410 -0
  452. data/bower_components/jquery-ui/themes/dark-hive/images/animated-overlay.gif +0 -0
  453. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  454. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  455. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  456. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  457. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  458. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  459. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  460. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  461. data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png +0 -0
  462. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png +0 -0
  463. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png +0 -0
  464. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png +0 -0
  465. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png +0 -0
  466. data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png +0 -0
  467. data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css +1225 -0
  468. data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css +7 -0
  469. data/bower_components/jquery-ui/themes/dark-hive/theme.css +410 -0
  470. data/bower_components/jquery-ui/themes/dot-luv/images/animated-overlay.gif +0 -0
  471. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  472. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  473. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png +0 -0
  474. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  475. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  476. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  477. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png +0 -0
  478. data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  479. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png +0 -0
  480. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png +0 -0
  481. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png +0 -0
  482. data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png +0 -0
  483. data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css +1225 -0
  484. data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css +7 -0
  485. data/bower_components/jquery-ui/themes/dot-luv/theme.css +410 -0
  486. data/bower_components/jquery-ui/themes/eggplant/images/animated-overlay.gif +0 -0
  487. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  488. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  489. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png +0 -0
  490. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png +0 -0
  491. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  492. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  493. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  494. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  495. data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  496. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png +0 -0
  497. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png +0 -0
  498. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png +0 -0
  499. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png +0 -0
  500. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png +0 -0
  501. data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png +0 -0
  502. data/bower_components/jquery-ui/themes/eggplant/jquery-ui.css +1225 -0
  503. data/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css +7 -0
  504. data/bower_components/jquery-ui/themes/eggplant/theme.css +410 -0
  505. data/bower_components/jquery-ui/themes/excite-bike/images/animated-overlay.gif +0 -0
  506. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  507. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  508. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  509. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  510. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png +0 -0
  511. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png +0 -0
  512. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  513. data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  514. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png +0 -0
  515. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png +0 -0
  516. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png +0 -0
  517. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png +0 -0
  518. data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png +0 -0
  519. data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css +1225 -0
  520. data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css +7 -0
  521. data/bower_components/jquery-ui/themes/excite-bike/theme.css +410 -0
  522. data/bower_components/jquery-ui/themes/flick/images/animated-overlay.gif +0 -0
  523. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  524. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  525. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
  526. data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  527. data/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  528. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  529. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  530. data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  531. data/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png +0 -0
  532. data/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png +0 -0
  533. data/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png +0 -0
  534. data/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png +0 -0
  535. data/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png +0 -0
  536. data/bower_components/jquery-ui/themes/flick/jquery-ui.css +1225 -0
  537. data/bower_components/jquery-ui/themes/flick/jquery-ui.min.css +7 -0
  538. data/bower_components/jquery-ui/themes/flick/theme.css +410 -0
  539. data/bower_components/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif +0 -0
  540. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  541. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  542. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  543. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  544. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  545. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  546. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png +0 -0
  547. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  548. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  549. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png +0 -0
  550. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png +0 -0
  551. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png +0 -0
  552. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png +0 -0
  553. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png +0 -0
  554. data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png +0 -0
  555. data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css +1225 -0
  556. data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css +7 -0
  557. data/bower_components/jquery-ui/themes/hot-sneaks/theme.css +410 -0
  558. data/bower_components/jquery-ui/themes/humanity/images/animated-overlay.gif +0 -0
  559. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  560. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  561. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png +0 -0
  562. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  563. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  564. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  565. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  566. data/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  567. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png +0 -0
  568. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png +0 -0
  569. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png +0 -0
  570. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png +0 -0
  571. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png +0 -0
  572. data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png +0 -0
  573. data/bower_components/jquery-ui/themes/humanity/jquery-ui.css +1225 -0
  574. data/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css +7 -0
  575. data/bower_components/jquery-ui/themes/humanity/theme.css +410 -0
  576. data/bower_components/jquery-ui/themes/le-frog/images/animated-overlay.gif +0 -0
  577. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  578. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  579. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  580. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  581. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  582. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  583. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  584. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  585. data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  586. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png +0 -0
  587. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png +0 -0
  588. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png +0 -0
  589. data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png +0 -0
  590. data/bower_components/jquery-ui/themes/le-frog/jquery-ui.css +1225 -0
  591. data/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css +7 -0
  592. data/bower_components/jquery-ui/themes/le-frog/theme.css +410 -0
  593. data/bower_components/jquery-ui/themes/mint-choc/images/animated-overlay.gif +0 -0
  594. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  595. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png +0 -0
  596. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  597. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  598. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  599. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  600. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  601. data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  602. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png +0 -0
  603. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png +0 -0
  604. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png +0 -0
  605. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png +0 -0
  606. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png +0 -0
  607. data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png +0 -0
  608. data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css +1225 -0
  609. data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css +7 -0
  610. data/bower_components/jquery-ui/themes/mint-choc/theme.css +410 -0
  611. data/bower_components/jquery-ui/themes/overcast/images/animated-overlay.gif +0 -0
  612. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  613. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  614. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
  615. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  616. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  617. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
  618. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  619. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  620. data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  621. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png +0 -0
  622. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png +0 -0
  623. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
  624. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png +0 -0
  625. data/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png +0 -0
  626. data/bower_components/jquery-ui/themes/overcast/jquery-ui.css +1225 -0
  627. data/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css +7 -0
  628. data/bower_components/jquery-ui/themes/overcast/theme.css +410 -0
  629. data/bower_components/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif +0 -0
  630. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  631. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  632. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  633. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  634. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  635. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  636. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  637. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  638. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  639. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png +0 -0
  640. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png +0 -0
  641. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png +0 -0
  642. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png +0 -0
  643. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png +0 -0
  644. data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png +0 -0
  645. data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css +1225 -0
  646. data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css +7 -0
  647. data/bower_components/jquery-ui/themes/pepper-grinder/theme.css +410 -0
  648. data/bower_components/jquery-ui/themes/redmond/images/animated-overlay.gif +0 -0
  649. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  650. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  651. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  652. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  653. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  654. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  655. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  656. data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  657. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png +0 -0
  658. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  659. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png +0 -0
  660. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  661. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  662. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  663. data/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  664. data/bower_components/jquery-ui/themes/redmond/jquery-ui.css +1225 -0
  665. data/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css +7 -0
  666. data/bower_components/jquery-ui/themes/redmond/theme.css +410 -0
  667. data/bower_components/jquery-ui/themes/smoothness/images/animated-overlay.gif +0 -0
  668. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  669. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  670. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  671. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  672. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  673. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  674. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  675. data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  676. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  677. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  678. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  679. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  680. data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  681. data/bower_components/jquery-ui/themes/smoothness/jquery-ui.css +1225 -0
  682. data/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css +7 -0
  683. data/bower_components/jquery-ui/themes/smoothness/theme.css +410 -0
  684. data/bower_components/jquery-ui/themes/south-street/images/animated-overlay.gif +0 -0
  685. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  686. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  687. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  688. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  689. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  690. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  691. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  692. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  693. data/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  694. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png +0 -0
  695. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png +0 -0
  696. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png +0 -0
  697. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png +0 -0
  698. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png +0 -0
  699. data/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png +0 -0
  700. data/bower_components/jquery-ui/themes/south-street/jquery-ui.css +1225 -0
  701. data/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css +7 -0
  702. data/bower_components/jquery-ui/themes/south-street/theme.css +410 -0
  703. data/bower_components/jquery-ui/themes/start/images/animated-overlay.gif +0 -0
  704. data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
  705. data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  706. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
  707. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  708. data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  709. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  710. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  711. data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  712. data/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  713. data/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
  714. data/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png +0 -0
  715. data/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
  716. data/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
  717. data/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
  718. data/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
  719. data/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
  720. data/bower_components/jquery-ui/themes/start/jquery-ui.css +1225 -0
  721. data/bower_components/jquery-ui/themes/start/jquery-ui.min.css +7 -0
  722. data/bower_components/jquery-ui/themes/start/theme.css +410 -0
  723. data/bower_components/jquery-ui/themes/sunny/images/animated-overlay.gif +0 -0
  724. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  725. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  726. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  727. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  728. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  729. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  730. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  731. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  732. data/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  733. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png +0 -0
  734. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png +0 -0
  735. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png +0 -0
  736. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png +0 -0
  737. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png +0 -0
  738. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png +0 -0
  739. data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png +0 -0
  740. data/bower_components/jquery-ui/themes/sunny/jquery-ui.css +1225 -0
  741. data/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css +7 -0
  742. data/bower_components/jquery-ui/themes/sunny/theme.css +410 -0
  743. data/bower_components/jquery-ui/themes/swanky-purse/images/animated-overlay.gif +0 -0
  744. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  745. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png +0 -0
  746. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png +0 -0
  747. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  748. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png +0 -0
  749. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png +0 -0
  750. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  751. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  752. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png +0 -0
  753. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png +0 -0
  754. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png +0 -0
  755. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png +0 -0
  756. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png +0 -0
  757. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png +0 -0
  758. data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png +0 -0
  759. data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css +1225 -0
  760. data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css +7 -0
  761. data/bower_components/jquery-ui/themes/swanky-purse/theme.css +410 -0
  762. data/bower_components/jquery-ui/themes/trontastic/images/animated-overlay.gif +0 -0
  763. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  764. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png +0 -0
  765. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  766. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  767. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  768. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png +0 -0
  769. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  770. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  771. data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  772. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png +0 -0
  773. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png +0 -0
  774. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png +0 -0
  775. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png +0 -0
  776. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png +0 -0
  777. data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png +0 -0
  778. data/bower_components/jquery-ui/themes/trontastic/jquery-ui.css +1225 -0
  779. data/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css +7 -0
  780. data/bower_components/jquery-ui/themes/trontastic/theme.css +410 -0
  781. data/bower_components/jquery-ui/themes/ui-darkness/images/animated-overlay.gif +0 -0
  782. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  783. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  784. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
  785. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
  786. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  787. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  788. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  789. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  790. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  791. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
  792. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
  793. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
  794. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
  795. data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
  796. data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css +1225 -0
  797. data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css +7 -0
  798. data/bower_components/jquery-ui/themes/ui-darkness/theme.css +410 -0
  799. data/bower_components/jquery-ui/themes/ui-lightness/images/animated-overlay.gif +0 -0
  800. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  801. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  802. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  803. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  804. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  805. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  806. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  807. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  808. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  809. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  810. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  811. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  812. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  813. data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  814. data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css +1225 -0
  815. data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css +7 -0
  816. data/bower_components/jquery-ui/themes/ui-lightness/theme.css +410 -0
  817. data/bower_components/jquery-ui/themes/vader/images/animated-overlay.gif +0 -0
  818. data/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  819. data/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  820. data/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  821. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  822. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  823. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  824. data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  825. data/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  826. data/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png +0 -0
  827. data/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png +0 -0
  828. data/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png +0 -0
  829. data/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png +0 -0
  830. data/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png +0 -0
  831. data/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png +0 -0
  832. data/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png +0 -0
  833. data/bower_components/jquery-ui/themes/vader/jquery-ui.css +1225 -0
  834. data/bower_components/jquery-ui/themes/vader/jquery-ui.min.css +7 -0
  835. data/bower_components/jquery-ui/themes/vader/theme.css +410 -0
  836. data/bower_components/jquery-ui/ui/.jshintrc +24 -0
  837. data/bower_components/jquery-ui/ui/accordion.js +575 -0
  838. data/bower_components/jquery-ui/ui/autocomplete.js +626 -0
  839. data/bower_components/jquery-ui/ui/button.js +411 -0
  840. data/bower_components/jquery-ui/ui/core.js +303 -0
  841. data/bower_components/jquery-ui/ui/datepicker.js +2073 -0
  842. data/bower_components/jquery-ui/ui/dialog.js +858 -0
  843. data/bower_components/jquery-ui/ui/draggable.js +1016 -0
  844. data/bower_components/jquery-ui/ui/droppable.js +416 -0
  845. data/bower_components/jquery-ui/ui/effect-blind.js +90 -0
  846. data/bower_components/jquery-ui/ui/effect-bounce.js +123 -0
  847. data/bower_components/jquery-ui/ui/effect-clip.js +77 -0
  848. data/bower_components/jquery-ui/ui/effect-drop.js +75 -0
  849. data/bower_components/jquery-ui/ui/effect-explode.js +107 -0
  850. data/bower_components/jquery-ui/ui/effect-fade.js +40 -0
  851. data/bower_components/jquery-ui/ui/effect-fold.js +86 -0
  852. data/bower_components/jquery-ui/ui/effect-highlight.js +60 -0
  853. data/bower_components/jquery-ui/ui/effect-puff.js +60 -0
  854. data/bower_components/jquery-ui/ui/effect-pulsate.js +73 -0
  855. data/bower_components/jquery-ui/ui/effect-scale.js +89 -0
  856. data/bower_components/jquery-ui/ui/effect-shake.js +84 -0
  857. data/bower_components/jquery-ui/ui/effect-size.js +233 -0
  858. data/bower_components/jquery-ui/ui/effect-slide.js +74 -0
  859. data/bower_components/jquery-ui/ui/effect-transfer.js +57 -0
  860. data/bower_components/jquery-ui/ui/effect.js +1297 -0
  861. data/bower_components/jquery-ui/ui/i18n/datepicker-af.js +37 -0
  862. data/bower_components/jquery-ui/ui/i18n/datepicker-ar-DZ.js +37 -0
  863. data/bower_components/jquery-ui/ui/i18n/datepicker-ar.js +37 -0
  864. data/bower_components/jquery-ui/ui/i18n/datepicker-az.js +37 -0
  865. data/bower_components/jquery-ui/ui/i18n/datepicker-be.js +37 -0
  866. data/bower_components/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
  867. data/bower_components/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
  868. data/bower_components/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
  869. data/bower_components/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
  870. data/bower_components/jquery-ui/ui/i18n/datepicker-cy-GB.js +37 -0
  871. data/bower_components/jquery-ui/ui/i18n/datepicker-da.js +37 -0
  872. data/bower_components/jquery-ui/ui/i18n/datepicker-de.js +37 -0
  873. data/bower_components/jquery-ui/ui/i18n/datepicker-el.js +37 -0
  874. data/bower_components/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
  875. data/bower_components/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
  876. data/bower_components/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
  877. data/bower_components/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
  878. data/bower_components/jquery-ui/ui/i18n/datepicker-es.js +37 -0
  879. data/bower_components/jquery-ui/ui/i18n/datepicker-et.js +37 -0
  880. data/bower_components/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
  881. data/bower_components/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
  882. data/bower_components/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
  883. data/bower_components/jquery-ui/ui/i18n/datepicker-fo.js +37 -0
  884. data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
  885. data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
  886. data/bower_components/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
  887. data/bower_components/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
  888. data/bower_components/jquery-ui/ui/i18n/datepicker-he.js +37 -0
  889. data/bower_components/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
  890. data/bower_components/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
  891. data/bower_components/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
  892. data/bower_components/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
  893. data/bower_components/jquery-ui/ui/i18n/datepicker-id.js +37 -0
  894. data/bower_components/jquery-ui/ui/i18n/datepicker-is.js +37 -0
  895. data/bower_components/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
  896. data/bower_components/jquery-ui/ui/i18n/datepicker-it.js +37 -0
  897. data/bower_components/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
  898. data/bower_components/jquery-ui/ui/i18n/datepicker-ka.js +35 -0
  899. data/bower_components/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
  900. data/bower_components/jquery-ui/ui/i18n/datepicker-km.js +37 -0
  901. data/bower_components/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
  902. data/bower_components/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
  903. data/bower_components/jquery-ui/ui/i18n/datepicker-lb.js +37 -0
  904. data/bower_components/jquery-ui/ui/i18n/datepicker-lt.js +37 -0
  905. data/bower_components/jquery-ui/ui/i18n/datepicker-lv.js +37 -0
  906. data/bower_components/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
  907. data/bower_components/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
  908. data/bower_components/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
  909. data/bower_components/jquery-ui/ui/i18n/datepicker-nb.js +36 -0
  910. data/bower_components/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
  911. data/bower_components/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
  912. data/bower_components/jquery-ui/ui/i18n/datepicker-nn.js +36 -0
  913. data/bower_components/jquery-ui/ui/i18n/datepicker-no.js +37 -0
  914. data/bower_components/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
  915. data/bower_components/jquery-ui/ui/i18n/datepicker-pt-BR.js +37 -0
  916. data/bower_components/jquery-ui/ui/i18n/datepicker-pt.js +36 -0
  917. data/bower_components/jquery-ui/ui/i18n/datepicker-rm.js +35 -0
  918. data/bower_components/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
  919. data/bower_components/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
  920. data/bower_components/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
  921. data/bower_components/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
  922. data/bower_components/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
  923. data/bower_components/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
  924. data/bower_components/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
  925. data/bower_components/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
  926. data/bower_components/jquery-ui/ui/i18n/datepicker-ta.js +37 -0
  927. data/bower_components/jquery-ui/ui/i18n/datepicker-th.js +37 -0
  928. data/bower_components/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
  929. data/bower_components/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
  930. data/bower_components/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
  931. data/bower_components/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
  932. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
  933. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
  934. data/bower_components/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
  935. data/bower_components/jquery-ui/ui/menu.js +640 -0
  936. data/bower_components/jquery-ui/ui/minified/accordion.min.js +4 -0
  937. data/bower_components/jquery-ui/ui/minified/autocomplete.min.js +4 -0
  938. data/bower_components/jquery-ui/ui/minified/button.min.js +4 -0
  939. data/bower_components/jquery-ui/ui/minified/core.min.js +4 -0
  940. data/bower_components/jquery-ui/ui/minified/datepicker.min.js +5 -0
  941. data/bower_components/jquery-ui/ui/minified/dialog.min.js +4 -0
  942. data/bower_components/jquery-ui/ui/minified/draggable.min.js +4 -0
  943. data/bower_components/jquery-ui/ui/minified/droppable.min.js +4 -0
  944. data/bower_components/jquery-ui/ui/minified/effect-blind.min.js +4 -0
  945. data/bower_components/jquery-ui/ui/minified/effect-bounce.min.js +4 -0
  946. data/bower_components/jquery-ui/ui/minified/effect-clip.min.js +4 -0
  947. data/bower_components/jquery-ui/ui/minified/effect-drop.min.js +4 -0
  948. data/bower_components/jquery-ui/ui/minified/effect-explode.min.js +4 -0
  949. data/bower_components/jquery-ui/ui/minified/effect-fade.min.js +4 -0
  950. data/bower_components/jquery-ui/ui/minified/effect-fold.min.js +4 -0
  951. data/bower_components/jquery-ui/ui/minified/effect-highlight.min.js +4 -0
  952. data/bower_components/jquery-ui/ui/minified/effect-puff.min.js +4 -0
  953. data/bower_components/jquery-ui/ui/minified/effect-pulsate.min.js +4 -0
  954. data/bower_components/jquery-ui/ui/minified/effect-scale.min.js +4 -0
  955. data/bower_components/jquery-ui/ui/minified/effect-shake.min.js +4 -0
  956. data/bower_components/jquery-ui/ui/minified/effect-size.min.js +4 -0
  957. data/bower_components/jquery-ui/ui/minified/effect-slide.min.js +4 -0
  958. data/bower_components/jquery-ui/ui/minified/effect-transfer.min.js +4 -0
  959. data/bower_components/jquery-ui/ui/minified/effect.min.js +4 -0
  960. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-af.min.js +4 -0
  961. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js +4 -0
  962. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar.min.js +4 -0
  963. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-az.min.js +4 -0
  964. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-be.min.js +4 -0
  965. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bg.min.js +4 -0
  966. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bs.min.js +4 -0
  967. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ca.min.js +4 -0
  968. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cs.min.js +4 -0
  969. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js +4 -0
  970. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-da.min.js +4 -0
  971. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-de.min.js +4 -0
  972. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-el.min.js +4 -0
  973. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js +4 -0
  974. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js +4 -0
  975. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js +4 -0
  976. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eo.min.js +4 -0
  977. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-es.min.js +4 -0
  978. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-et.min.js +4 -0
  979. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eu.min.js +4 -0
  980. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fa.min.js +4 -0
  981. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fi.min.js +4 -0
  982. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fo.min.js +4 -0
  983. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js +4 -0
  984. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js +4 -0
  985. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr.min.js +4 -0
  986. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-gl.min.js +4 -0
  987. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-he.min.js +4 -0
  988. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hi.min.js +4 -0
  989. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hr.min.js +4 -0
  990. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hu.min.js +4 -0
  991. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hy.min.js +4 -0
  992. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-id.min.js +4 -0
  993. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-is.min.js +4 -0
  994. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js +4 -0
  995. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it.min.js +4 -0
  996. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ja.min.js +4 -0
  997. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ka.min.js +4 -0
  998. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-kk.min.js +4 -0
  999. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-km.min.js +4 -0
  1000. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ko.min.js +4 -0
  1001. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ky.min.js +4 -0
  1002. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lb.min.js +4 -0
  1003. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lt.min.js +4 -0
  1004. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lv.min.js +4 -0
  1005. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-mk.min.js +4 -0
  1006. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ml.min.js +4 -0
  1007. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ms.min.js +4 -0
  1008. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nb.min.js +4 -0
  1009. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js +4 -0
  1010. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl.min.js +4 -0
  1011. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nn.min.js +4 -0
  1012. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-no.min.js +4 -0
  1013. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pl.min.js +4 -0
  1014. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js +4 -0
  1015. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt.min.js +4 -0
  1016. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-rm.min.js +4 -0
  1017. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ro.min.js +4 -0
  1018. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ru.min.js +4 -0
  1019. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sk.min.js +4 -0
  1020. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sl.min.js +4 -0
  1021. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sq.min.js +4 -0
  1022. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js +4 -0
  1023. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr.min.js +4 -0
  1024. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sv.min.js +4 -0
  1025. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ta.min.js +4 -0
  1026. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-th.min.js +4 -0
  1027. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tj.min.js +4 -0
  1028. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tr.min.js +4 -0
  1029. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-uk.min.js +4 -0
  1030. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-vi.min.js +4 -0
  1031. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js +4 -0
  1032. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js +4 -0
  1033. data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js +4 -0
  1034. data/bower_components/jquery-ui/ui/minified/menu.min.js +4 -0
  1035. data/bower_components/jquery-ui/ui/minified/mouse.min.js +4 -0
  1036. data/bower_components/jquery-ui/ui/minified/position.min.js +4 -0
  1037. data/bower_components/jquery-ui/ui/minified/progressbar.min.js +4 -0
  1038. data/bower_components/jquery-ui/ui/minified/resizable.min.js +4 -0
  1039. data/bower_components/jquery-ui/ui/minified/selectable.min.js +4 -0
  1040. data/bower_components/jquery-ui/ui/minified/selectmenu.min.js +4 -0
  1041. data/bower_components/jquery-ui/ui/minified/slider.min.js +4 -0
  1042. data/bower_components/jquery-ui/ui/minified/sortable.min.js +4 -0
  1043. data/bower_components/jquery-ui/ui/minified/spinner.min.js +4 -0
  1044. data/bower_components/jquery-ui/ui/minified/tabs.min.js +4 -0
  1045. data/bower_components/jquery-ui/ui/minified/tooltip.min.js +4 -0
  1046. data/bower_components/jquery-ui/ui/minified/widget.min.js +4 -0
  1047. data/bower_components/jquery-ui/ui/mouse.js +187 -0
  1048. data/bower_components/jquery-ui/ui/position.js +514 -0
  1049. data/bower_components/jquery-ui/ui/progressbar.js +159 -0
  1050. data/bower_components/jquery-ui/ui/resizable.js +1028 -0
  1051. data/bower_components/jquery-ui/ui/selectable.js +287 -0
  1052. data/bower_components/jquery-ui/ui/selectmenu.js +555 -0
  1053. data/bower_components/jquery-ui/ui/slider.js +688 -0
  1054. data/bower_components/jquery-ui/ui/sortable.js +1310 -0
  1055. data/bower_components/jquery-ui/ui/spinner.js +514 -0
  1056. data/bower_components/jquery-ui/ui/tabs.js +866 -0
  1057. data/bower_components/jquery-ui/ui/tooltip.js +444 -0
  1058. data/bower_components/jquery-ui/ui/widget.js +543 -0
  1059. data/bower_components/jquery.cookie/.bower.json +28 -0
  1060. data/bower_components/jquery.cookie/jquery.cookie.js +117 -0
  1061. data/bower_components/modernizr/.bower.json +14 -0
  1062. data/bower_components/modernizr/.editorconfig +10 -0
  1063. data/bower_components/modernizr/.gitignore +2 -0
  1064. data/bower_components/modernizr/.travis.yml +6 -0
  1065. data/bower_components/modernizr/feature-detects/a-download.js +8 -0
  1066. data/bower_components/modernizr/feature-detects/audio-audiodata-api.js +4 -0
  1067. data/bower_components/modernizr/feature-detects/audio-webaudio-api.js +4 -0
  1068. data/bower_components/modernizr/feature-detects/battery-api.js +8 -0
  1069. data/bower_components/modernizr/feature-detects/battery-level.js +11 -0
  1070. data/bower_components/modernizr/feature-detects/blob-constructor.js +10 -0
  1071. data/bower_components/modernizr/feature-detects/canvas-todataurl-type.js +28 -0
  1072. data/bower_components/modernizr/feature-detects/contenteditable.js +9 -0
  1073. data/bower_components/modernizr/feature-detects/contentsecuritypolicy.js +10 -0
  1074. data/bower_components/modernizr/feature-detects/contextmenu.js +11 -0
  1075. data/bower_components/modernizr/feature-detects/cookies.js +15 -0
  1076. data/bower_components/modernizr/feature-detects/cors.js +3 -0
  1077. data/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js +19 -0
  1078. data/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js +15 -0
  1079. data/bower_components/modernizr/feature-detects/css-backgroundrepeat.js +31 -0
  1080. data/bower_components/modernizr/feature-detects/css-backgroundsizecover.js +10 -0
  1081. data/bower_components/modernizr/feature-detects/css-boxsizing.js +9 -0
  1082. data/bower_components/modernizr/feature-detects/css-calc.js +12 -0
  1083. data/bower_components/modernizr/feature-detects/css-cubicbezierrange.js +8 -0
  1084. data/bower_components/modernizr/feature-detects/css-displayrunin.js +18 -0
  1085. data/bower_components/modernizr/feature-detects/css-displaytable.js +27 -0
  1086. data/bower_components/modernizr/feature-detects/css-filters.js +7 -0
  1087. data/bower_components/modernizr/feature-detects/css-hyphens.js +205 -0
  1088. data/bower_components/modernizr/feature-detects/css-lastchild.js +11 -0
  1089. data/bower_components/modernizr/feature-detects/css-mask.js +12 -0
  1090. data/bower_components/modernizr/feature-detects/css-mediaqueries.js +3 -0
  1091. data/bower_components/modernizr/feature-detects/css-objectfit.js +6 -0
  1092. data/bower_components/modernizr/feature-detects/css-overflow-scrolling.js +9 -0
  1093. data/bower_components/modernizr/feature-detects/css-pointerevents.js +25 -0
  1094. data/bower_components/modernizr/feature-detects/css-positionsticky.js +13 -0
  1095. data/bower_components/modernizr/feature-detects/css-regions.js +55 -0
  1096. data/bower_components/modernizr/feature-detects/css-remunit.js +19 -0
  1097. data/bower_components/modernizr/feature-detects/css-resize.js +8 -0
  1098. data/bower_components/modernizr/feature-detects/css-scrollbars.js +19 -0
  1099. data/bower_components/modernizr/feature-detects/css-shapes.js +4 -0
  1100. data/bower_components/modernizr/feature-detects/css-subpixelfont.js +23 -0
  1101. data/bower_components/modernizr/feature-detects/css-supports.js +6 -0
  1102. data/bower_components/modernizr/feature-detects/css-userselect.js +10 -0
  1103. data/bower_components/modernizr/feature-detects/css-vhunit.js +14 -0
  1104. data/bower_components/modernizr/feature-detects/css-vmaxunit.js +14 -0
  1105. data/bower_components/modernizr/feature-detects/css-vminunit.js +14 -0
  1106. data/bower_components/modernizr/feature-detects/css-vwunit.js +14 -0
  1107. data/bower_components/modernizr/feature-detects/custom-protocol-handler.js +10 -0
  1108. data/bower_components/modernizr/feature-detects/dart.js +6 -0
  1109. data/bower_components/modernizr/feature-detects/dataview-api.js +4 -0
  1110. data/bower_components/modernizr/feature-detects/dom-classlist.js +4 -0
  1111. data/bower_components/modernizr/feature-detects/dom-createElement-attrs.js +11 -0
  1112. data/bower_components/modernizr/feature-detects/dom-dataset.js +9 -0
  1113. data/bower_components/modernizr/feature-detects/dom-microdata.js +4 -0
  1114. data/bower_components/modernizr/feature-detects/elem-datalist.js +12 -0
  1115. data/bower_components/modernizr/feature-detects/elem-details.js +25 -0
  1116. data/bower_components/modernizr/feature-detects/elem-output.js +4 -0
  1117. data/bower_components/modernizr/feature-detects/elem-progress-meter.js +11 -0
  1118. data/bower_components/modernizr/feature-detects/elem-ruby.js +53 -0
  1119. data/bower_components/modernizr/feature-detects/elem-time.js +4 -0
  1120. data/bower_components/modernizr/feature-detects/elem-track.js +11 -0
  1121. data/bower_components/modernizr/feature-detects/emoji.js +11 -0
  1122. data/bower_components/modernizr/feature-detects/es5-strictmode.js +7 -0
  1123. data/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js +11 -0
  1124. data/bower_components/modernizr/feature-detects/exif-orientation.js +32 -0
  1125. data/bower_components/modernizr/feature-detects/file-api.js +12 -0
  1126. data/bower_components/modernizr/feature-detects/file-filesystem.js +9 -0
  1127. data/bower_components/modernizr/feature-detects/forms-fileinput.js +13 -0
  1128. data/bower_components/modernizr/feature-detects/forms-formattribute.js +29 -0
  1129. data/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js +32 -0
  1130. data/bower_components/modernizr/feature-detects/forms-placeholder.js +10 -0
  1131. data/bower_components/modernizr/feature-detects/forms-speechinput.js +19 -0
  1132. data/bower_components/modernizr/feature-detects/forms-validation.js +62 -0
  1133. data/bower_components/modernizr/feature-detects/fullscreen-api.js +10 -0
  1134. data/bower_components/modernizr/feature-detects/gamepad.js +12 -0
  1135. data/bower_components/modernizr/feature-detects/getusermedia.js +5 -0
  1136. data/bower_components/modernizr/feature-detects/ie8compat.js +12 -0
  1137. data/bower_components/modernizr/feature-detects/iframe-sandbox.js +5 -0
  1138. data/bower_components/modernizr/feature-detects/iframe-seamless.js +5 -0
  1139. data/bower_components/modernizr/feature-detects/iframe-srcdoc.js +5 -0
  1140. data/bower_components/modernizr/feature-detects/img-apng.js +26 -0
  1141. data/bower_components/modernizr/feature-detects/img-webp.js +20 -0
  1142. data/bower_components/modernizr/feature-detects/json.js +7 -0
  1143. data/bower_components/modernizr/feature-detects/lists-reversed.js +6 -0
  1144. data/bower_components/modernizr/feature-detects/mathml.js +23 -0
  1145. data/bower_components/modernizr/feature-detects/network-connection.js +22 -0
  1146. data/bower_components/modernizr/feature-detects/network-eventsource.js +5 -0
  1147. data/bower_components/modernizr/feature-detects/network-xhr2.js +13 -0
  1148. data/bower_components/modernizr/feature-detects/notification.js +10 -0
  1149. data/bower_components/modernizr/feature-detects/performance.js +5 -0
  1150. data/bower_components/modernizr/feature-detects/pointerlock-api.js +4 -0
  1151. data/bower_components/modernizr/feature-detects/quota-management-api.js +11 -0
  1152. data/bower_components/modernizr/feature-detects/requestanimationframe.js +7 -0
  1153. data/bower_components/modernizr/feature-detects/script-async.js +3 -0
  1154. data/bower_components/modernizr/feature-detects/script-defer.js +3 -0
  1155. data/bower_components/modernizr/feature-detects/style-scoped.js +6 -0
  1156. data/bower_components/modernizr/feature-detects/svg-filters.js +13 -0
  1157. data/bower_components/modernizr/feature-detects/unicode.js +32 -0
  1158. data/bower_components/modernizr/feature-detects/url-data-uri.js +26 -0
  1159. data/bower_components/modernizr/feature-detects/userdata.js +7 -0
  1160. data/bower_components/modernizr/feature-detects/vibration.js +4 -0
  1161. data/bower_components/modernizr/feature-detects/web-intents.js +6 -0
  1162. data/bower_components/modernizr/feature-detects/webgl-extensions.js +42 -0
  1163. data/bower_components/modernizr/feature-detects/websockets-binary.js +20 -0
  1164. data/bower_components/modernizr/feature-detects/window-framed.js +8 -0
  1165. data/bower_components/modernizr/feature-detects/workers-blobworkers.js +66 -0
  1166. data/bower_components/modernizr/feature-detects/workers-dataworkers.js +34 -0
  1167. data/bower_components/modernizr/feature-detects/workers-sharedworkers.js +3 -0
  1168. data/bower_components/modernizr/grunt.js +69 -0
  1169. data/bower_components/modernizr/media/Modernizr 2 Logo.ai +292 -1
  1170. data/bower_components/modernizr/media/Modernizr 2 Logo.eps +0 -0
  1171. data/bower_components/modernizr/media/Modernizr 2 Logo.pdf +292 -1
  1172. data/bower_components/modernizr/media/Modernizr 2 Logo.png +0 -0
  1173. data/bower_components/modernizr/media/Modernizr 2 Logo.svg +35 -0
  1174. data/bower_components/modernizr/modernizr.js +1406 -0
  1175. data/bower_components/modernizr/readme.md +28 -0
  1176. data/bower_components/modernizr/test/basic.html +65 -0
  1177. data/bower_components/modernizr/test/caniuse.html +1451 -0
  1178. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot +0 -0
  1179. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf +0 -0
  1180. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg +147 -0
  1181. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf +0 -0
  1182. data/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff +0 -0
  1183. data/bower_components/modernizr/test/caniuse_files/alpha.png +0 -0
  1184. data/bower_components/modernizr/test/caniuse_files/apng_test.png +0 -0
  1185. data/bower_components/modernizr/test/caniuse_files/before-after.png +0 -0
  1186. data/bower_components/modernizr/test/caniuse_files/form_validation.html +15 -0
  1187. data/bower_components/modernizr/test/caniuse_files/ga.js +43 -0
  1188. data/bower_components/modernizr/test/caniuse_files/green5x5.png +0 -0
  1189. data/bower_components/modernizr/test/caniuse_files/hashchange.html +16 -0
  1190. data/bower_components/modernizr/test/caniuse_files/jquery.min.js +18 -0
  1191. data/bower_components/modernizr/test/caniuse_files/mathml.html +120 -0
  1192. data/bower_components/modernizr/test/caniuse_files/mathml_ref.png +0 -0
  1193. data/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js +2 -0
  1194. data/bower_components/modernizr/test/caniuse_files/png_alpha_result.png +0 -0
  1195. data/bower_components/modernizr/test/caniuse_files/pushstate.html +40 -0
  1196. data/bower_components/modernizr/test/caniuse_files/red30x30.png +0 -0
  1197. data/bower_components/modernizr/test/caniuse_files/ruby.png +0 -0
  1198. data/bower_components/modernizr/test/caniuse_files/stroked-text.png +0 -0
  1199. data/bower_components/modernizr/test/caniuse_files/style.css +168 -0
  1200. data/bower_components/modernizr/test/caniuse_files/svg-html-blur.png +0 -0
  1201. data/bower_components/modernizr/test/caniuse_files/svg-img.svg +5 -0
  1202. data/bower_components/modernizr/test/caniuse_files/svg-img.svg.1 +5 -0
  1203. data/bower_components/modernizr/test/caniuse_files/svg_blur.png +0 -0
  1204. data/bower_components/modernizr/test/caniuse_files/table.png +0 -0
  1205. data/bower_components/modernizr/test/caniuse_files/text-shadow1.png +0 -0
  1206. data/bower_components/modernizr/test/caniuse_files/text-shadow2.png +0 -0
  1207. data/bower_components/modernizr/test/caniuse_files/windsong_font.png +0 -0
  1208. data/bower_components/modernizr/test/caniuse_files/xhtml.html +14 -0
  1209. data/bower_components/modernizr/test/index.html +104 -0
  1210. data/bower_components/modernizr/test/js/basic.html +65 -0
  1211. data/bower_components/modernizr/test/js/dumpdata.js +75 -0
  1212. data/bower_components/modernizr/test/js/lib/detect-global.js +153 -0
  1213. data/bower_components/modernizr/test/js/lib/jquery-1.7b2.js +9279 -0
  1214. data/bower_components/modernizr/test/js/lib/jsonselect.js +279 -0
  1215. data/bower_components/modernizr/test/js/lib/polyfills.js +96 -0
  1216. data/bower_components/modernizr/test/js/lib/uaparser.js +215 -0
  1217. data/bower_components/modernizr/test/js/setup.js +44 -0
  1218. data/bower_components/modernizr/test/js/unit-caniuse.js +191 -0
  1219. data/bower_components/modernizr/test/js/unit.js +669 -0
  1220. data/bower_components/modernizr/test/qunit/qunit.css +231 -0
  1221. data/bower_components/modernizr/test/qunit/qunit.js +1932 -0
  1222. data/bower_components/modernizr/test/qunit/run-qunit.js +72 -0
  1223. data/bower_components/underscore/.bower.json +33 -0
  1224. data/bower_components/underscore/.editorconfig +14 -0
  1225. data/bower_components/underscore/.gitignore +2 -0
  1226. data/bower_components/underscore/LICENSE +23 -0
  1227. data/bower_components/underscore/README.md +22 -0
  1228. data/bower_components/underscore/bower.json +8 -0
  1229. data/bower_components/underscore/component.json +10 -0
  1230. data/bower_components/underscore/package.json +27 -0
  1231. data/bower_components/underscore/underscore.js +1343 -0
  1232. data/lib/rubyneat_dashboard/bower_dsl.rb +94 -0
  1233. data/lib/rubyneat_dashboard/main.rb +70 -0
  1234. data/lib/rubyneat_dashboard/overview_rest.rb +43 -0
  1235. data/lib/rubyneat_dashboard/reporting.rb +19 -0
  1236. data/lib/rubyneat_dashboard/rubyneat_dsl.rb +43 -0
  1237. data/lib/rubyneat_dashboard/stream_helpers.rb +14 -0
  1238. data/lib/rubyneat_dashboard.rb +93 -0
  1239. data/rubyneat_dashboard.gemspec +1339 -0
  1240. data/spec/rubyneat_dashboard_spec.rb +5 -0
  1241. data/spec/spec_helper.rb +32 -0
  1242. data/views/critters.haml +1 -0
  1243. data/views/home.haml +35 -0
  1244. data/views/layout.haml +46 -0
  1245. data/views/overview.haml +6 -0
  1246. data/views/population/general.haml +6 -0
  1247. data/views/population/home.haml +28 -0
  1248. data/views/population/speciation.haml +1 -0
  1249. metadata +1545 -0
@@ -0,0 +1,3 @@
1
+ /*! Sizzle v1.10.19 | (c) 2013 jQuery Foundation, Inc. | jquery.org/license */
2
+ !function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=lb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=mb(b);function pb(){}pb.prototype=d.filters=d.pseudos,d.setFilters=new pb,g=fb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fb.error(a):z(a,i).slice(0)};function qb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),"function"==typeof define&&define.amd?define(function(){return fb}):"undefined"!=typeof module&&module.exports?module.exports=fb:a.Sizzle=fb}(window);
3
+ //# sourceMappingURL=dist/sizzle.min.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sizzle.min.js","sources":["sizzle.js"],"names":["window","i","support","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","document","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","matches","contains","expando","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","strundefined","MAX_NEGATIVE","hasOwn","hasOwnProperty","arr","pop","push_native","push","slice","indexOf","elem","len","this","length","booleans","whitespace","characterEncoding","identifier","replace","attributes","pseudos","rtrim","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsContext","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","apply","call","childNodes","nodeType","e","target","els","j","Sizzle","selector","context","results","seed","match","m","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementById","parentNode","id","getElementsByTagName","getElementsByClassName","qsa","test","nodeName","toLowerCase","getAttribute","setAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","key","value","cacheLength","shift","markFunction","fn","assert","div","createElement","removeChild","addHandle","attrs","handler","split","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","type","name","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","doc","parent","defaultView","top","addEventListener","attachEvent","className","appendChild","createComment","innerHTML","firstChild","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","tmp","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","ret","attr","val","undefined","specified","error","msg","Error","uniqueSort","duplicates","detectDuplicates","sortStable","sort","splice","textContent","nodeValue","selectors","createPseudo","relative",">","dir","first"," ","+","~","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","last","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","args","setFilters","idx","matched","not","matcher","unmatched","has","text","innerText","lang","elemLang","hash","location","root","focus","activeElement","hasFocus","href","tabIndex","enabled","disabled","checked","selected","selectedIndex","empty","header","button","eq","even","odd","lt","gt","radio","checkbox","file","password","image","submit","reset","prototype","filters","parseOnly","tokens","soFar","preFilters","cached","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","multipleContexts","contexts","condense","map","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","elems","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","concat","matcherFromGroupMatchers","elementMatchers","setMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","Math","random","token","compiled","div1","defaultValue","define","amd","module","exports"],"mappings":"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"}
@@ -0,0 +1,100 @@
1
+ define([
2
+ "../core",
3
+ "../var/indexOf",
4
+ "./var/rneedsContext",
5
+ "../selector"
6
+ ], function( jQuery, indexOf, rneedsContext ) {
7
+
8
+ var risSimple = /^.[^:#\[\.,]*$/;
9
+
10
+ // Implement the identical functionality for filter and not
11
+ function winnow( elements, qualifier, not ) {
12
+ if ( jQuery.isFunction( qualifier ) ) {
13
+ return jQuery.grep( elements, function( elem, i ) {
14
+ /* jshint -W018 */
15
+ return !!qualifier.call( elem, i, elem ) !== not;
16
+ });
17
+
18
+ }
19
+
20
+ if ( qualifier.nodeType ) {
21
+ return jQuery.grep( elements, function( elem ) {
22
+ return ( elem === qualifier ) !== not;
23
+ });
24
+
25
+ }
26
+
27
+ if ( typeof qualifier === "string" ) {
28
+ if ( risSimple.test( qualifier ) ) {
29
+ return jQuery.filter( qualifier, elements, not );
30
+ }
31
+
32
+ qualifier = jQuery.filter( qualifier, elements );
33
+ }
34
+
35
+ return jQuery.grep( elements, function( elem ) {
36
+ return ( indexOf.call( qualifier, elem ) >= 0 ) !== not;
37
+ });
38
+ }
39
+
40
+ jQuery.filter = function( expr, elems, not ) {
41
+ var elem = elems[ 0 ];
42
+
43
+ if ( not ) {
44
+ expr = ":not(" + expr + ")";
45
+ }
46
+
47
+ return elems.length === 1 && elem.nodeType === 1 ?
48
+ jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :
49
+ jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
50
+ return elem.nodeType === 1;
51
+ }));
52
+ };
53
+
54
+ jQuery.fn.extend({
55
+ find: function( selector ) {
56
+ var i,
57
+ len = this.length,
58
+ ret = [],
59
+ self = this;
60
+
61
+ if ( typeof selector !== "string" ) {
62
+ return this.pushStack( jQuery( selector ).filter(function() {
63
+ for ( i = 0; i < len; i++ ) {
64
+ if ( jQuery.contains( self[ i ], this ) ) {
65
+ return true;
66
+ }
67
+ }
68
+ }) );
69
+ }
70
+
71
+ for ( i = 0; i < len; i++ ) {
72
+ jQuery.find( selector, self[ i ], ret );
73
+ }
74
+
75
+ // Needed because $( selector, context ) becomes $( context ).find( selector )
76
+ ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );
77
+ ret.selector = this.selector ? this.selector + " " + selector : selector;
78
+ return ret;
79
+ },
80
+ filter: function( selector ) {
81
+ return this.pushStack( winnow(this, selector || [], false) );
82
+ },
83
+ not: function( selector ) {
84
+ return this.pushStack( winnow(this, selector || [], true) );
85
+ },
86
+ is: function( selector ) {
87
+ return !!winnow(
88
+ this,
89
+
90
+ // If this is a positional/relative selector, check membership in the returned set
91
+ // so $("p:first").is("p:last") won't return true for a doc with two "p".
92
+ typeof selector === "string" && rneedsContext.test( selector ) ?
93
+ jQuery( selector ) :
94
+ selector || [],
95
+ false
96
+ ).length;
97
+ }
98
+ });
99
+
100
+ });
@@ -0,0 +1,6 @@
1
+ define([
2
+ "../../core",
3
+ "../../selector"
4
+ ], function( jQuery ) {
5
+ return jQuery.expr.match.needsContext;
6
+ });
@@ -0,0 +1,200 @@
1
+ define([
2
+ "./core",
3
+ "./var/indexOf",
4
+ "./traversing/var/rneedsContext",
5
+ "./core/init",
6
+ "./traversing/findFilter",
7
+ "./selector"
8
+ ], function( jQuery, indexOf, rneedsContext ) {
9
+
10
+ var rparentsprev = /^(?:parents|prev(?:Until|All))/,
11
+ // methods guaranteed to produce a unique set when starting from a unique set
12
+ guaranteedUnique = {
13
+ children: true,
14
+ contents: true,
15
+ next: true,
16
+ prev: true
17
+ };
18
+
19
+ jQuery.extend({
20
+ dir: function( elem, dir, until ) {
21
+ var matched = [],
22
+ truncate = until !== undefined;
23
+
24
+ while ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {
25
+ if ( elem.nodeType === 1 ) {
26
+ if ( truncate && jQuery( elem ).is( until ) ) {
27
+ break;
28
+ }
29
+ matched.push( elem );
30
+ }
31
+ }
32
+ return matched;
33
+ },
34
+
35
+ sibling: function( n, elem ) {
36
+ var matched = [];
37
+
38
+ for ( ; n; n = n.nextSibling ) {
39
+ if ( n.nodeType === 1 && n !== elem ) {
40
+ matched.push( n );
41
+ }
42
+ }
43
+
44
+ return matched;
45
+ }
46
+ });
47
+
48
+ jQuery.fn.extend({
49
+ has: function( target ) {
50
+ var targets = jQuery( target, this ),
51
+ l = targets.length;
52
+
53
+ return this.filter(function() {
54
+ var i = 0;
55
+ for ( ; i < l; i++ ) {
56
+ if ( jQuery.contains( this, targets[i] ) ) {
57
+ return true;
58
+ }
59
+ }
60
+ });
61
+ },
62
+
63
+ closest: function( selectors, context ) {
64
+ var cur,
65
+ i = 0,
66
+ l = this.length,
67
+ matched = [],
68
+ pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
69
+ jQuery( selectors, context || this.context ) :
70
+ 0;
71
+
72
+ for ( ; i < l; i++ ) {
73
+ for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {
74
+ // Always skip document fragments
75
+ if ( cur.nodeType < 11 && (pos ?
76
+ pos.index(cur) > -1 :
77
+
78
+ // Don't pass non-elements to Sizzle
79
+ cur.nodeType === 1 &&
80
+ jQuery.find.matchesSelector(cur, selectors)) ) {
81
+
82
+ matched.push( cur );
83
+ break;
84
+ }
85
+ }
86
+ }
87
+
88
+ return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );
89
+ },
90
+
91
+ // Determine the position of an element within
92
+ // the matched set of elements
93
+ index: function( elem ) {
94
+
95
+ // No argument, return index in parent
96
+ if ( !elem ) {
97
+ return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
98
+ }
99
+
100
+ // index in selector
101
+ if ( typeof elem === "string" ) {
102
+ return indexOf.call( jQuery( elem ), this[ 0 ] );
103
+ }
104
+
105
+ // Locate the position of the desired element
106
+ return indexOf.call( this,
107
+
108
+ // If it receives a jQuery object, the first element is used
109
+ elem.jquery ? elem[ 0 ] : elem
110
+ );
111
+ },
112
+
113
+ add: function( selector, context ) {
114
+ return this.pushStack(
115
+ jQuery.unique(
116
+ jQuery.merge( this.get(), jQuery( selector, context ) )
117
+ )
118
+ );
119
+ },
120
+
121
+ addBack: function( selector ) {
122
+ return this.add( selector == null ?
123
+ this.prevObject : this.prevObject.filter(selector)
124
+ );
125
+ }
126
+ });
127
+
128
+ function sibling( cur, dir ) {
129
+ while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
130
+ return cur;
131
+ }
132
+
133
+ jQuery.each({
134
+ parent: function( elem ) {
135
+ var parent = elem.parentNode;
136
+ return parent && parent.nodeType !== 11 ? parent : null;
137
+ },
138
+ parents: function( elem ) {
139
+ return jQuery.dir( elem, "parentNode" );
140
+ },
141
+ parentsUntil: function( elem, i, until ) {
142
+ return jQuery.dir( elem, "parentNode", until );
143
+ },
144
+ next: function( elem ) {
145
+ return sibling( elem, "nextSibling" );
146
+ },
147
+ prev: function( elem ) {
148
+ return sibling( elem, "previousSibling" );
149
+ },
150
+ nextAll: function( elem ) {
151
+ return jQuery.dir( elem, "nextSibling" );
152
+ },
153
+ prevAll: function( elem ) {
154
+ return jQuery.dir( elem, "previousSibling" );
155
+ },
156
+ nextUntil: function( elem, i, until ) {
157
+ return jQuery.dir( elem, "nextSibling", until );
158
+ },
159
+ prevUntil: function( elem, i, until ) {
160
+ return jQuery.dir( elem, "previousSibling", until );
161
+ },
162
+ siblings: function( elem ) {
163
+ return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );
164
+ },
165
+ children: function( elem ) {
166
+ return jQuery.sibling( elem.firstChild );
167
+ },
168
+ contents: function( elem ) {
169
+ return elem.contentDocument || jQuery.merge( [], elem.childNodes );
170
+ }
171
+ }, function( name, fn ) {
172
+ jQuery.fn[ name ] = function( until, selector ) {
173
+ var matched = jQuery.map( this, fn, until );
174
+
175
+ if ( name.slice( -5 ) !== "Until" ) {
176
+ selector = until;
177
+ }
178
+
179
+ if ( selector && typeof selector === "string" ) {
180
+ matched = jQuery.filter( selector, matched );
181
+ }
182
+
183
+ if ( this.length > 1 ) {
184
+ // Remove duplicates
185
+ if ( !guaranteedUnique[ name ] ) {
186
+ jQuery.unique( matched );
187
+ }
188
+
189
+ // Reverse order for parents* and prev-derivatives
190
+ if ( rparentsprev.test( name ) ) {
191
+ matched.reverse();
192
+ }
193
+ }
194
+
195
+ return this.pushStack( matched );
196
+ };
197
+ });
198
+
199
+ return jQuery;
200
+ });
@@ -0,0 +1,3 @@
1
+ define(function() {
2
+ return [];
3
+ });
@@ -0,0 +1,4 @@
1
+ define(function() {
2
+ // [[Class]] -> type pairs
3
+ return {};
4
+ });
@@ -0,0 +1,5 @@
1
+ define([
2
+ "./arr"
3
+ ], function( arr ) {
4
+ return arr.concat;
5
+ });
@@ -0,0 +1,5 @@
1
+ define([
2
+ "./class2type"
3
+ ], function( class2type ) {
4
+ return class2type.hasOwnProperty;
5
+ });
@@ -0,0 +1,5 @@
1
+ define([
2
+ "./arr"
3
+ ], function( arr ) {
4
+ return arr.indexOf;
5
+ });
@@ -0,0 +1,3 @@
1
+ define(function() {
2
+ return (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source;
3
+ });
@@ -0,0 +1,5 @@
1
+ define([
2
+ "./arr"
3
+ ], function( arr ) {
4
+ return arr.push;
5
+ });
@@ -0,0 +1,3 @@
1
+ define(function() {
2
+ return (/\S+/g);
3
+ });
@@ -0,0 +1,5 @@
1
+ define([
2
+ "./arr"
3
+ ], function( arr ) {
4
+ return arr.slice;
5
+ });
@@ -0,0 +1,3 @@
1
+ define(function() {
2
+ return typeof undefined;
3
+ });
@@ -0,0 +1,4 @@
1
+ define(function() {
2
+ // All support tests are defined in their respective modules.
3
+ return {};
4
+ });
@@ -0,0 +1,5 @@
1
+ define([
2
+ "./class2type"
3
+ ], function( class2type ) {
4
+ return class2type.toString;
5
+ });
@@ -0,0 +1,78 @@
1
+ define([
2
+ "./core",
3
+ "./core/init",
4
+ "./traversing" // parent, contents
5
+ ], function( jQuery ) {
6
+
7
+ jQuery.fn.extend({
8
+ wrapAll: function( html ) {
9
+ var wrap;
10
+
11
+ if ( jQuery.isFunction( html ) ) {
12
+ return this.each(function( i ) {
13
+ jQuery( this ).wrapAll( html.call(this, i) );
14
+ });
15
+ }
16
+
17
+ if ( this[ 0 ] ) {
18
+
19
+ // The elements to wrap the target around
20
+ wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );
21
+
22
+ if ( this[ 0 ].parentNode ) {
23
+ wrap.insertBefore( this[ 0 ] );
24
+ }
25
+
26
+ wrap.map(function() {
27
+ var elem = this;
28
+
29
+ while ( elem.firstElementChild ) {
30
+ elem = elem.firstElementChild;
31
+ }
32
+
33
+ return elem;
34
+ }).append( this );
35
+ }
36
+
37
+ return this;
38
+ },
39
+
40
+ wrapInner: function( html ) {
41
+ if ( jQuery.isFunction( html ) ) {
42
+ return this.each(function( i ) {
43
+ jQuery( this ).wrapInner( html.call(this, i) );
44
+ });
45
+ }
46
+
47
+ return this.each(function() {
48
+ var self = jQuery( this ),
49
+ contents = self.contents();
50
+
51
+ if ( contents.length ) {
52
+ contents.wrapAll( html );
53
+
54
+ } else {
55
+ self.append( html );
56
+ }
57
+ });
58
+ },
59
+
60
+ wrap: function( html ) {
61
+ var isFunction = jQuery.isFunction( html );
62
+
63
+ return this.each(function( i ) {
64
+ jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
65
+ });
66
+ },
67
+
68
+ unwrap: function() {
69
+ return this.parent().each(function() {
70
+ if ( !jQuery.nodeName( this, "body" ) ) {
71
+ jQuery( this ).replaceWith( this.childNodes );
72
+ }
73
+ }).end();
74
+ }
75
+ });
76
+
77
+ return jQuery;
78
+ });
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "jquery-placeholder",
3
+ "version": "2.0.8",
4
+ "main": [
5
+ "jquery.placeholder.js"
6
+ ],
7
+ "homepage": "https://github.com/mathiasbynens/jquery-placeholder",
8
+ "_release": "2.0.8",
9
+ "_resolution": {
10
+ "type": "version",
11
+ "tag": "v2.0.8",
12
+ "commit": "051f21ef5279f4887d9caf6af7af211d933ba670"
13
+ },
14
+ "_source": "git://github.com/mathiasbynens/jquery-placeholder.git",
15
+ "_target": "~2.0.7",
16
+ "_originalSource": "jquery-placeholder"
17
+ }
@@ -0,0 +1 @@
1
+ * eol=lf
@@ -0,0 +1 @@
1
+ .DS_Store
@@ -0,0 +1,20 @@
1
+ Copyright Mathias Bynens <http://mathiasbynens.be/>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.