From b54e65a78d174b501b6afc54ed34c03e5d6b3808 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Tue, 26 Apr 2016 13:05:37 +0800 Subject: [PATCH] Correct document --- bower.json | 2 +- example/metro-style.html | 8 ++++---- freewall.js | 2 +- index.html | 6 +++--- readme.md | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index 35a4f18..fea2e4d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "freewall", - "version": "1.0.5", + "version": "1.0.6", "description": "Amazing grid layout.", "homepage": "http://vnjs.net/www/project/freewall", "main": "freewall.js", diff --git a/example/metro-style.html b/example/metro-style.html index 4aaae6b..19e10e4 100644 --- a/example/metro-style.html +++ b/example/metro-style.html @@ -1,10 +1,10 @@  - Window 8 metro style + Window metro style - - + + @@ -41,7 +41,7 @@
-

Window 8 metro style

+

Window metro style

Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts.
diff --git a/freewall.js b/freewall.js index eea0b59..ce49112 100644 --- a/freewall.js +++ b/freewall.js @@ -1,5 +1,5 @@ // created by Minh Nguyen; -// version 1.05; +// version 1.0.6; (function($) { diff --git a/index.html b/index.html index 9a99588..97cb37d 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@

Flex layout

  • -

    Window 8

    +

    Window style

  • @@ -194,7 +194,7 @@

    Features

  • Fit container
  • Vertical grid/layout
  • Horizontal grid/layout
  • -
  • Window 8 metro style
  • +
  • Window metro style
  • Pinterest like grid/layout
  • @@ -658,7 +658,7 @@

    Example

    Example

    -
    Window 10 style
    +
    Window style
    View detail ...
    diff --git a/readme.md b/readme.md index ef87afd..95a3489 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ _Freewall is a cross-browser and responsive jQuery plugin to help you create man ##### [Pinterest-like](http://vnjs.net/www/project/freewall/example/pinterest-layout.html)
    -##### [Window 8 style](http://vnjs.net/www/project/freewall/example/metro-style.html) +##### [Window style](http://vnjs.net/www/project/freewall/example/metro-style.html) ## Features * [Draggable support](http://vnjs.net/www/project/freewall/example/draggable.html) @@ -32,7 +32,7 @@ _Freewall is a cross-browser and responsive jQuery plugin to help you create man * [Fit container](http://vnjs.net/www/project/freewall/example/fit-zone.html) * [Vertical grid/layout](http://vnjs.net/www/project/freewall/) * [Horizontal grid/layout](http://vnjs.net/www/project/freewall/example/fit-height.html) -* [Window 10 style](http://vnjs.net/www/project/freewall/example/metro-style.html) +* [Window style](http://vnjs.net/www/project/freewall/example/metro-style.html) * [Pinterest like grid/layout](http://vnjs.net/www/project/freewall/example/pinterest-layout.html) ## Supports