catscope 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/assets/bower.json +1 -0
  3. data/assets/bower_components/foundation/LICENSE +22 -0
  4. data/assets/bower_components/foundation/README.md +46 -0
  5. data/assets/bower_components/foundation/bower.json +2 -4
  6. data/assets/bower_components/foundation/css/foundation.css +1695 -1230
  7. data/assets/bower_components/foundation/css/foundation.css.map +1 -1
  8. data/assets/bower_components/foundation/css/foundation.min.css +1 -0
  9. data/assets/bower_components/foundation/css/normalize.css +9 -12
  10. data/assets/bower_components/foundation/css/normalize.css.map +1 -1
  11. data/assets/bower_components/foundation/css/normalize.min.css +1 -0
  12. data/assets/bower_components/foundation/js/foundation/foundation.abide.js +171 -75
  13. data/assets/bower_components/foundation/js/foundation/foundation.accordion.js +70 -12
  14. data/assets/bower_components/foundation/js/foundation/foundation.alert.js +5 -5
  15. data/assets/bower_components/foundation/js/foundation/foundation.clearing.js +84 -40
  16. data/assets/bower_components/foundation/js/foundation/foundation.dropdown.js +104 -79
  17. data/assets/bower_components/foundation/js/foundation/foundation.equalizer.js +57 -26
  18. data/assets/bower_components/foundation/js/foundation/foundation.interchange.js +50 -38
  19. data/assets/bower_components/foundation/js/foundation/foundation.joyride.js +121 -110
  20. data/assets/bower_components/foundation/js/foundation/foundation.js +121 -79
  21. data/assets/bower_components/foundation/js/foundation/foundation.magellan.js +75 -59
  22. data/assets/bower_components/foundation/js/foundation/foundation.offcanvas.js +95 -22
  23. data/assets/bower_components/foundation/js/foundation/foundation.orbit.js +127 -123
  24. data/assets/bower_components/foundation/js/foundation/foundation.reveal.js +147 -69
  25. data/assets/bower_components/foundation/js/foundation/foundation.slider.js +101 -72
  26. data/assets/bower_components/foundation/js/foundation/foundation.tab.js +52 -39
  27. data/assets/bower_components/foundation/js/foundation/foundation.tooltip.js +97 -49
  28. data/assets/bower_components/foundation/js/foundation/foundation.topbar.js +70 -57
  29. data/assets/bower_components/foundation/js/foundation.js +1544 -951
  30. data/assets/bower_components/foundation/js/foundation.min.js +5 -4
  31. data/assets/bower_components/foundation/js/vendor/fastclick.js +8 -9
  32. data/assets/bower_components/foundation/js/vendor/jquery.js +6 -6
  33. data/assets/bower_components/foundation/js/vendor/modernizr.js +1 -1
  34. data/assets/bower_components/foundation/package.json +57 -0
  35. data/assets/bower_components/foundation/scss/foundation/_functions.scss +53 -43
  36. data/assets/bower_components/foundation/scss/foundation/_settings.scss +59 -37
  37. data/assets/bower_components/foundation/scss/foundation/components/_accordion.scss +12 -8
  38. data/assets/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +12 -12
  39. data/assets/bower_components/foundation/scss/foundation/components/_block-grid.scss +14 -13
  40. data/assets/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +19 -19
  41. data/assets/bower_components/foundation/scss/foundation/components/_button-groups.scss +33 -25
  42. data/assets/bower_components/foundation/scss/foundation/components/_buttons.scss +30 -28
  43. data/assets/bower_components/foundation/scss/foundation/components/_clearing.scss +51 -47
  44. data/assets/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +10 -11
  45. data/assets/bower_components/foundation/scss/foundation/components/_dropdown.scss +45 -38
  46. data/assets/bower_components/foundation/scss/foundation/components/_flex-video.scss +7 -7
  47. data/assets/bower_components/foundation/scss/foundation/components/_forms.scss +99 -62
  48. data/assets/bower_components/foundation/scss/foundation/components/_global.scss +152 -67
  49. data/assets/bower_components/foundation/scss/foundation/components/_grid.scss +39 -36
  50. data/assets/bower_components/foundation/scss/foundation/components/_icon-bar.scss +337 -235
  51. data/assets/bower_components/foundation/scss/foundation/components/_inline-lists.scss +9 -8
  52. data/assets/bower_components/foundation/scss/foundation/components/_joyride.scss +40 -42
  53. data/assets/bower_components/foundation/scss/foundation/components/_keystrokes.scss +2 -3
  54. data/assets/bower_components/foundation/scss/foundation/components/_labels.scss +6 -6
  55. data/assets/bower_components/foundation/scss/foundation/components/_magellan.scss +2 -2
  56. data/assets/bower_components/foundation/scss/foundation/components/_offcanvas.scss +259 -168
  57. data/assets/bower_components/foundation/scss/foundation/components/_orbit.scss +82 -62
  58. data/assets/bower_components/foundation/scss/foundation/components/_pagination.scss +16 -15
  59. data/assets/bower_components/foundation/scss/foundation/components/_panels.scss +21 -15
  60. data/assets/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +16 -16
  61. data/assets/bower_components/foundation/scss/foundation/components/_progress-bars.scss +10 -4
  62. data/assets/bower_components/foundation/scss/foundation/components/_range-slider.scss +28 -20
  63. data/assets/bower_components/foundation/scss/foundation/components/_reveal.scss +38 -28
  64. data/assets/bower_components/foundation/scss/foundation/components/_side-nav.scss +15 -11
  65. data/assets/bower_components/foundation/scss/foundation/components/_split-buttons.scss +22 -18
  66. data/assets/bower_components/foundation/scss/foundation/components/_sub-nav.scss +14 -12
  67. data/assets/bower_components/foundation/scss/foundation/components/_switches.scss +22 -19
  68. data/assets/bower_components/foundation/scss/foundation/components/_tables.scss +8 -8
  69. data/assets/bower_components/foundation/scss/foundation/components/_tabs.scss +50 -31
  70. data/assets/bower_components/foundation/scss/foundation/components/_thumbs.scss +8 -8
  71. data/assets/bower_components/foundation/scss/foundation/components/_tooltips.scss +25 -25
  72. data/assets/bower_components/foundation/scss/foundation/components/_top-bar.scss +176 -122
  73. data/assets/bower_components/foundation/scss/foundation/components/_type.scss +38 -38
  74. data/assets/bower_components/foundation/scss/foundation/components/_visibility.scss +33 -16
  75. data/assets/bower_components/foundation/scss/foundation.scss +37 -40
  76. data/assets/bower_components/foundation/scss/normalize.scss +8 -11
  77. data/assets/bower_components/jquery/bower.json +2 -1
  78. data/assets/bower_components/jquery/dist/jquery.js +9 -4
  79. data/assets/bower_components/jquery/dist/jquery.min.js +4 -4
  80. data/assets/bower_components/jquery/dist/jquery.min.map +1 -1
  81. data/assets/bower_components/jquery/src/core.js +6 -1
  82. data/assets/scss/_settings.scss +2 -0
  83. data/assets/stylesheets/app.css +3066 -2429
  84. data/lib/catscope/version.rb +1 -1
  85. data/lib/catscope/views/layout.erb +6 -2
  86. metadata +8 -4
  87. data/assets/bower_components/foundation/scss/foundation/components/_toolbar.scss +0 -70
@@ -2,7 +2,7 @@
2
2
  // foundation.zurb.com
3
3
  // Licensed under MIT Open Source
4
4
 
5
- @import "global";
5
+ @import 'global';
6
6
 
7
7
  $include-html-type-classes: $include-html-classes !default;
8
8
 
@@ -124,6 +124,9 @@ $microformat-abbr-padding: rem-calc(0 1) !default;
124
124
  $microformat-abbr-font-weight: $font-weight-bold !default;
125
125
  $microformat-abbr-font-decoration: none !default;
126
126
 
127
+ // Controls the page margin when printing the website
128
+ $print-margin: 0.34in !default;
129
+
127
130
  // Text alignment class names
128
131
  $align-class-names:
129
132
  small-only,
@@ -216,8 +219,8 @@ $align-class-breakpoints:
216
219
  /* Default Link Styles */
217
220
  a {
218
221
  color: $anchor-font-color;
219
- text-decoration: $anchor-text-decoration;
220
222
  line-height: inherit;
223
+ text-decoration: $anchor-text-decoration;
221
224
 
222
225
  &:hover,
223
226
  &:focus {
@@ -233,8 +236,8 @@ $align-class-breakpoints:
233
236
  /* Default paragraph styles */
234
237
  p {
235
238
  font-family: $paragraph-font-family;
236
- font-weight: $paragraph-font-weight;
237
239
  font-size: $paragraph-font-size;
240
+ font-weight: $paragraph-font-weight;
238
241
  line-height: $paragraph-line-height;
239
242
  margin-bottom: $paragraph-margin-bottom;
240
243
  text-rendering: $paragraph-text-rendering;
@@ -243,25 +246,25 @@ $align-class-breakpoints:
243
246
 
244
247
  & aside {
245
248
  font-size: $paragraph-aside-font-size;
246
- line-height: $paragraph-aside-line-height;
247
249
  font-style: $paragraph-aside-font-style;
250
+ line-height: $paragraph-aside-line-height;
248
251
  }
249
252
  }
250
253
 
251
254
  /* Default header styles */
252
255
  h1, h2, h3, h4, h5, h6 {
256
+ color: $header-font-color;
253
257
  font-family: $header-font-family;
254
- font-weight: $header-font-weight;
255
258
  font-style: $header-font-style;
256
- color: $header-font-color;
257
- text-rendering: $header-text-rendering;
258
- margin-top: $header-top-margin;
259
- margin-bottom: $header-bottom-margin;
259
+ font-weight: $header-font-weight;
260
260
  line-height: $header-line-height;
261
+ margin-bottom: $header-bottom-margin;
262
+ margin-top: $header-top-margin;
263
+ text-rendering: $header-text-rendering;
261
264
 
262
265
  small {
263
- font-size: $small-font-size;
264
266
  color: $small-font-color;
267
+ font-size: $small-font-size;
265
268
  line-height: 0;
266
269
  }
267
270
  }
@@ -279,8 +282,8 @@ $align-class-breakpoints:
279
282
  border: $hr-border-style $hr-border-color;
280
283
  border-width: $hr-border-width 0 0;
281
284
  clear: both;
282
- margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width));
283
285
  height: 0;
286
+ margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width));
284
287
  }
285
288
 
286
289
  /* Helpful Typography Defaults */
@@ -302,13 +305,13 @@ $align-class-breakpoints:
302
305
  }
303
306
 
304
307
  code {
305
- font-family: $code-font-family;
306
- font-weight: $code-font-weight;
307
- color: $code-color;
308
308
  background-color: $code-background-color;
309
- border-width: $code-border-size;
310
- border-style: $code-border-style;
311
309
  border-color: $code-border-color;
310
+ border-style: $code-border-style;
311
+ border-width: $code-border-size;
312
+ color: $code-color;
313
+ font-family: $code-font-family;
314
+ font-weight: $code-font-weight;
312
315
  padding: $code-padding;
313
316
  }
314
317
 
@@ -316,26 +319,15 @@ $align-class-breakpoints:
316
319
  ul,
317
320
  ol,
318
321
  dl {
322
+ font-family: $list-font-family;
319
323
  font-size: $list-font-size;
320
324
  line-height: $list-line-height;
321
- margin-bottom: $list-margin-bottom;
322
325
  list-style-position: $list-style-position;
323
- font-family: $list-font-family;
326
+ margin-bottom: $list-margin-bottom;
324
327
  }
325
328
 
326
329
  ul {
327
330
  margin-#{$default-float}: $list-side-margin;
328
- &.no-bullet {
329
- margin-#{$default-float}: $list-side-margin-no-bullet;
330
- li {
331
- ul,
332
- ol {
333
- margin-#{$default-float}: $list-nested-margin;
334
- margin-bottom: 0;
335
- list-style: none;
336
- }
337
- }
338
- }
339
331
  }
340
332
 
341
333
  /* Unordered Lists */
@@ -356,7 +348,6 @@ $align-class-breakpoints:
356
348
  &.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;}
357
349
  &.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;}
358
350
  &.disc { list-style-type: disc; margin-#{$default-float}: $list-side-margin;}
359
- &.no-bullet { list-style: none; }
360
351
  }
361
352
 
362
353
  /* Ordered Lists */
@@ -371,6 +362,21 @@ $align-class-breakpoints:
371
362
  }
372
363
  }
373
364
 
365
+ // Lists without bullets
366
+ .no-bullet {
367
+ list-style-type: none;
368
+ margin-#{$default-float}: $list-side-margin-no-bullet;
369
+
370
+ li {
371
+ ul,
372
+ ol {
373
+ margin-#{$default-float}: $list-nested-margin;
374
+ margin-bottom: 0;
375
+ list-style: none;
376
+ }
377
+ }
378
+ }
379
+
374
380
  /* Definition Lists */
375
381
  dl {
376
382
  dt {
@@ -452,7 +458,7 @@ $align-class-breakpoints:
452
458
 
453
459
 
454
460
  @media #{$medium-up} {
455
- h1,h2,h3,h4,h5,h6 { line-height: $header-line-height; }
461
+ h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }
456
462
  h1 { font-size: $h1-font-size; }
457
463
  h2 { font-size: $h2-font-size; }
458
464
  h3 { font-size: $h3-font-size; }
@@ -469,7 +475,6 @@ $align-class-breakpoints:
469
475
  * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
470
476
  * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
471
477
  */
472
- .print-only { display: none !important; }
473
478
  @media print {
474
479
  * {
475
480
  background: transparent !important;
@@ -502,7 +507,7 @@ $align-class-breakpoints:
502
507
 
503
508
  img { max-width: 100% !important; }
504
509
 
505
- @page { margin: 0.5cm; }
510
+ @page { margin: $print-margin; }
506
511
 
507
512
  p,
508
513
  h2,
@@ -513,11 +518,6 @@ $align-class-breakpoints:
513
518
 
514
519
  h2,
515
520
  h3 { page-break-after: avoid; }
516
-
517
- .hide-on-print { display: none !important; }
518
- .print-only { display: block !important; }
519
- .hide-for-print { display: none !important; }
520
- .show-for-print { display: inherit !important; }
521
521
  }
522
522
  }
523
523
 
@@ -2,7 +2,7 @@
2
2
  // foundation.zurb.com
3
3
  // Licensed under MIT Open Source
4
4
 
5
- @import "global";
5
+ @import 'global';
6
6
 
7
7
  //
8
8
  // Foundation Visibility Classes
@@ -266,7 +266,7 @@ $visibility-breakpoint-queries:
266
266
  display: table-row-group !important;
267
267
  }
268
268
  #{$visibility-table-row-list} {
269
- display: table-row !important;
269
+ display: table-row;
270
270
  }
271
271
  #{$visibility-table-cell-list} {
272
272
  display: table-cell !important;
@@ -276,8 +276,8 @@ $visibility-breakpoint-queries:
276
276
  }
277
277
  }
278
278
 
279
-
280
- @if $include-html-visibility-classes != false {
279
+ @include exports("visibility"){
280
+ @if $include-html-visibility-classes != false {
281
281
 
282
282
  @include visibility-loop;
283
283
 
@@ -390,19 +390,36 @@ $visibility-breakpoint-queries:
390
390
  th.hide-for-touch { display: table-cell !important; }
391
391
  .touch th.show-for-touch { display: table-cell !important; }
392
392
 
393
+ /* Screen reader-specific classes */
394
+ .show-for-sr {
395
+ @include element-invisible;
396
+ }
397
+ .show-on-focus {
398
+ @include element-invisible;
393
399
 
394
- /* Print visibility */
395
- @media print {
396
- .show-for-print { display: block; }
397
- .hide-for-print { display: none; }
398
-
399
- table.show-for-print { display: table !important; }
400
- thead.show-for-print { display: table-header-group !important; }
401
- tbody.show-for-print { display: table-row-group !important; }
402
- tr.show-for-print { display: table-row !important; }
403
- td.show-for-print { display: table-cell !important; }
404
- th.show-for-print { display: table-cell !important; }
405
-
400
+ &:focus,
401
+ &:active {
402
+ @include element-invisible-off;
403
+ }
406
404
  }
407
405
 
406
+ /* Print visibility */
407
+ @if $include-print-styles {
408
+ .print-only,
409
+ .show-for-print { display: none !important; }
410
+ @media print {
411
+ .print-only,
412
+ .show-for-print { display: block !important; }
413
+ .hide-on-print,
414
+ .hide-for-print { display: none !important; }
415
+
416
+ table.show-for-print { display: table !important; }
417
+ thead.show-for-print { display: table-header-group !important; }
418
+ tbody.show-for-print { display: table-row-group !important; }
419
+ tr.show-for-print { display: table-row !important; }
420
+ td.show-for-print { display: table-cell !important; }
421
+ th.show-for-print { display: table-cell !important; }
422
+ }
423
+ }
424
+ }
408
425
  }
@@ -1,45 +1,42 @@
1
- @charset "UTF-8";
2
1
  // Foundation by ZURB
3
2
  // foundation.zurb.com
4
3
  // Licensed under MIT Open Source
5
4
 
6
- // Make sure the charset is set appropriately
7
-
8
5
  // Behold, here are all the Foundation components.
9
- @import "foundation/components/grid";
10
- @import "foundation/components/accordion";
11
- @import "foundation/components/alert-boxes";
12
- @import "foundation/components/block-grid";
13
- @import "foundation/components/breadcrumbs";
14
- @import "foundation/components/button-groups";
15
- @import "foundation/components/buttons";
16
- @import "foundation/components/clearing";
17
- @import "foundation/components/dropdown";
18
- @import "foundation/components/dropdown-buttons";
19
- @import "foundation/components/flex-video";
20
- @import "foundation/components/forms";
21
- @import "foundation/components/icon-bar";
22
- @import "foundation/components/inline-lists";
23
- @import "foundation/components/joyride";
24
- @import "foundation/components/keystrokes";
25
- @import "foundation/components/labels";
26
- @import "foundation/components/magellan";
27
- @import "foundation/components/orbit";
28
- @import "foundation/components/pagination";
29
- @import "foundation/components/panels";
30
- @import "foundation/components/pricing-tables";
31
- @import "foundation/components/progress-bars";
32
- @import "foundation/components/range-slider";
33
- @import "foundation/components/reveal";
34
- @import "foundation/components/side-nav";
35
- @import "foundation/components/split-buttons";
36
- @import "foundation/components/sub-nav";
37
- @import "foundation/components/switches";
38
- @import "foundation/components/tables";
39
- @import "foundation/components/tabs";
40
- @import "foundation/components/thumbs";
41
- @import "foundation/components/tooltips";
42
- @import "foundation/components/top-bar";
43
- @import "foundation/components/type";
44
- @import "foundation/components/offcanvas";
45
- @import "foundation/components/visibility";
6
+ @import 'foundation/components/grid';
7
+ @import 'foundation/components/accordion';
8
+ @import 'foundation/components/alert-boxes';
9
+ @import 'foundation/components/block-grid';
10
+ @import 'foundation/components/breadcrumbs';
11
+ @import 'foundation/components/button-groups';
12
+ @import 'foundation/components/buttons';
13
+ @import 'foundation/components/clearing';
14
+ @import 'foundation/components/dropdown';
15
+ @import 'foundation/components/dropdown-buttons';
16
+ @import 'foundation/components/flex-video';
17
+ @import 'foundation/components/forms';
18
+ @import 'foundation/components/icon-bar';
19
+ @import 'foundation/components/inline-lists';
20
+ @import 'foundation/components/joyride';
21
+ @import 'foundation/components/keystrokes';
22
+ @import 'foundation/components/labels';
23
+ @import 'foundation/components/magellan';
24
+ @import 'foundation/components/orbit';
25
+ @import 'foundation/components/pagination';
26
+ @import 'foundation/components/panels';
27
+ @import 'foundation/components/pricing-tables';
28
+ @import 'foundation/components/progress-bars';
29
+ @import 'foundation/components/range-slider';
30
+ @import 'foundation/components/reveal';
31
+ @import 'foundation/components/side-nav';
32
+ @import 'foundation/components/split-buttons';
33
+ @import 'foundation/components/sub-nav';
34
+ @import 'foundation/components/switches';
35
+ @import 'foundation/components/tables';
36
+ @import 'foundation/components/tabs';
37
+ @import 'foundation/components/thumbs';
38
+ @import 'foundation/components/tooltips';
39
+ @import 'foundation/components/top-bar';
40
+ @import 'foundation/components/type';
41
+ @import 'foundation/components/offcanvas';
42
+ @import 'foundation/components/visibility';
@@ -1,9 +1,9 @@
1
- /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
1
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
2
2
 
3
3
  /**
4
4
  * 1. Set default font family to sans-serif.
5
- * 2. Prevent iOS text size adjust after orientation change, without disabling
6
- * user zoom.
5
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
6
+ * without disabling user zoom.
7
7
  */
8
8
 
9
9
  html {
@@ -71,7 +71,7 @@ audio:not([controls]) {
71
71
 
72
72
  /**
73
73
  * Address `[hidden]` styling not present in IE 8/9/10.
74
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
74
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
75
75
  */
76
76
 
77
77
  [hidden],
@@ -91,7 +91,8 @@ a {
91
91
  }
92
92
 
93
93
  /**
94
- * Improve readability when focused and also mouse hovered in all browsers.
94
+ * Improve readability of focused elements when they are also in an
95
+ * active/hover state.
95
96
  */
96
97
 
97
98
  a:active,
@@ -209,7 +210,6 @@ figure {
209
210
  */
210
211
 
211
212
  hr {
212
- -moz-box-sizing: content-box;
213
213
  box-sizing: content-box;
214
214
  height: 0;
215
215
  }
@@ -350,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
350
350
 
351
351
  /**
352
352
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
353
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
354
- * (include `-moz` to future-proof).
353
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
355
354
  */
356
355
 
357
356
  input[type="search"] {
358
357
  -webkit-appearance: textfield; /* 1 */
359
- -moz-box-sizing: content-box;
360
- -webkit-box-sizing: content-box; /* 2 */
361
- box-sizing: content-box;
358
+ box-sizing: content-box; /* 2 */
362
359
  }
363
360
 
364
361
  /**
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "jquery",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "main": "dist/jquery.js",
5
5
  "license": "MIT",
6
6
  "ignore": [
7
7
  "**/.*",
8
8
  "build",
9
+ "dist/cdn",
9
10
  "speed",
10
11
  "test",
11
12
  "*.md",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery JavaScript Library v2.1.3
2
+ * jQuery JavaScript Library v2.1.4
3
3
  * http://jquery.com/
4
4
  *
5
5
  * Includes Sizzle.js
@@ -9,7 +9,7 @@
9
9
  * Released under the MIT license
10
10
  * http://jquery.org/license
11
11
  *
12
- * Date: 2014-12-18T15:11Z
12
+ * Date: 2015-04-28T16:01Z
13
13
  */
14
14
 
15
15
  (function( global, factory ) {
@@ -67,7 +67,7 @@ var
67
67
  // Use the correct document accordingly with window argument (sandbox)
68
68
  document = window.document,
69
69
 
70
- version = "2.1.3",
70
+ version = "2.1.4",
71
71
 
72
72
  // Define a local copy of jQuery
73
73
  jQuery = function( selector, context ) {
@@ -531,7 +531,12 @@ jQuery.each("Boolean Number String Function Array Date RegExp Object Error".spli
531
531
  });
532
532
 
533
533
  function isArraylike( obj ) {
534
- var length = obj.length,
534
+
535
+ // Support: iOS 8.2 (not reproducible in simulator)
536
+ // `in` check used to prevent JIT error (gh-2145)
537
+ // hasOwn isn't used here due to false negatives
538
+ // regarding Nodelist length in IE
539
+ var length = "length" in obj && obj.length,
535
540
  type = jQuery.type( obj );
536
541
 
537
542
  if ( type === "function" || jQuery.isWindow( obj ) ) {