diff --git a/index.html b/index.html index 5c5337f4..d6982649 100755 --- a/index.html +++ b/index.html @@ -342,7 +342,7 @@ version: 2.1

Example Code


         

- You can set data- attributes to <option> (or <optgroup>) and use them inside temptlating functions: + You can set data- attributes to <option> (or <optgroup>) and use them inside temptlating functions:

             <select>
@@ -791,7 +791,7 @@ version: 2.1
     
     The default implementation expects the object to have a text property that is returned.
     

- Original <option> (or <optgroup>) element is accessible inside the specified function by property item.element: + Original <option> (or <optgroup>) element is accessible inside the specified function through the property item.element:
         format(item) {
             var originalOption = item.element;
@@ -809,7 +809,7 @@ version: 2.1
     
     The default implementation expects the object to have a text property that is returned.
     

- Original <option> (or <optgroup>) element is accessible inside the specified function by property item.element: + Original <option> (or <optgroup>) element is accessible inside the specified function through the property item.element:
         format(item) {
             var originalOption = item.element;